blob: 6d8146b941703692a0cd92508add1784e0fc211b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
// SPDX-License-Identifier: GPL-2.0+ OR MIT
/*
* MacBook Pro (16-inch, M2 Max, 2022)
*
* target-type: J416c
*
* Copyright The Asahi Linux Contributors
*/
/dts-v1/;
#include "t6021.dtsi"
#include "t602x-j414-j416.dtsi"
/ {
compatible = "apple,j416c", "apple,t6021", "apple,arm-platform";
model = "Apple MacBook Pro (16-inch, M2 Max, 2023)";
};
&wifi0 {
brcm,board-type = "apple,amami";
};
&bluetooth0 {
brcm,board-type = "apple,amami";
};
|