27 lines
455 B
Plaintext
27 lines
455 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+ OR MIT
|
|
/*
|
|
* MacBook Pro (14-inch, M2 Max, 2023)
|
|
*
|
|
* target-type: J414c
|
|
*
|
|
* Copyright The Asahi Linux Contributors
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "t6021.dtsi"
|
|
#include "t602x-j414-j416.dtsi"
|
|
|
|
/ {
|
|
compatible = "apple,j414c", "apple,t6021", "apple,arm-platform";
|
|
model = "Apple MacBook Pro (14-inch, M2 Max, 2023)";
|
|
};
|
|
|
|
&wifi0 {
|
|
brcm,board-type = "apple,tokara";
|
|
};
|
|
|
|
&bluetooth0 {
|
|
brcm,board-type = "apple,tokara";
|
|
};
|