27 lines
432 B
Plaintext
27 lines
432 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+ OR MIT
|
|
/*
|
|
* Mac Studio (M1 Max, 2022)
|
|
*
|
|
* target-type: J375c
|
|
*
|
|
* Copyright The Asahi Linux Contributors
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "t6001.dtsi"
|
|
#include "t600x-j375.dtsi"
|
|
|
|
/ {
|
|
compatible = "apple,j375c", "apple,t6001", "apple,arm-platform";
|
|
model = "Apple Mac Studio (M1 Max, 2022)";
|
|
};
|
|
|
|
&wifi0 {
|
|
brcm,board-type = "apple,okinawa";
|
|
};
|
|
|
|
&bluetooth0 {
|
|
brcm,board-type = "apple,okinawa";
|
|
};
|