43 lines
720 B
Plaintext
43 lines
720 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+ OR MIT
|
|
/*
|
|
* Mac Studio (M2 Ultra, 2023)
|
|
*
|
|
* target-type: J475d
|
|
*
|
|
* Copyright The Asahi Linux Contributors
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "t6022.dtsi"
|
|
#include "t602x-j474-j475.dtsi"
|
|
#include "t6022-jxxxd.dtsi"
|
|
|
|
/ {
|
|
compatible = "apple,j475d", "apple,t6022", "apple,arm-platform";
|
|
model = "Apple Mac Studio (M2 Ultra, 2023)";
|
|
};
|
|
|
|
&framebuffer0 {
|
|
power-domains = <&ps_dispext0_cpu0_die1>, <&ps_dptx_phy_ps_die1>;
|
|
};
|
|
|
|
/* enable PCIe port01 with SDHCI */
|
|
&port01 {
|
|
status = "okay";
|
|
};
|
|
|
|
&pcie0_dart_1 {
|
|
status = "okay";
|
|
};
|
|
|
|
&wifi0 {
|
|
compatible = "pci14e4,4434";
|
|
brcm,board-type = "apple,canary";
|
|
};
|
|
|
|
&bluetooth0 {
|
|
compatible = "pci14e4,5f72";
|
|
brcm,board-type = "apple,canary";
|
|
};
|