Permalink
Newer
100644
41 lines (33 sloc)
703 Bytes
1
// SPDX-License-Identifier: GPL-2.0+ OR MIT
2
/*
3
* MacBook Pro (14-inch, M2 Pro, 2023)
4
*
5
* target-type: J414s
6
*
7
* Copyright The Asahi Linux Contributors
8
*/
9
10
/dts-v1/;
11
12
#include "t6020.dtsi"
13
#include "t602x-j414-j416.dtsi"
14
15
/ {
16
compatible = "apple,j414s", "apple,t6020", "apple,arm-platform";
17
model = "Apple MacBook Pro (14-inch, M2 Pro, 2023)";
18
};
19
20
&wifi0 {
21
brcm,board-type = "apple,tokara";
22
};
23
24
&bluetooth0 {
25
brcm,board-type = "apple,tokara";
26
};
27
28
&panel {
29
compatible = "apple,panel-j414", "apple,panel-mini-led", "apple,panel";
30
width-mm = <302>;
31
height-mm = <196>;
32
adj-height-mm = <189>;
33
};
34
35
&sound {
36
model = "MacBook Pro J414";
37
};