1// SPDX-License-Identifier: GPL-2.0+ OR MIT 2/* 3 * Mac Studio (M2 Ultra, 2023) 4 * 5 * target-type: J475d 6 * 7 * Copyright The Asahi Linux Contributors 8 */ 9 10/dts-v1/; 11 12#include "t6022.dtsi" 13#include "t602x-j474-j475.dtsi" 14#include "t6022-jxxxd.dtsi" 15 16/ { 17 compatible = "apple,j475d", "apple,t6022", "apple,arm-platform"; 18 model = "Apple Mac Studio (M2 Ultra, 2023)"; 19}; 20 21&framebuffer0 { 22 power-domains = <&ps_dispext0_cpu0_die1>, <&ps_dptx_phy_ps_die1>; 23}; 24 25/* enable PCIe port01 with SDHCI */ 26&port01 { 27 status = "okay"; 28}; 29 30&pcie0_dart_1 { 31 status = "okay"; 32}; 33 34&wifi0 { 35 compatible = "pci14e4,4434"; 36 brcm,board-type = "apple,canary"; 37}; 38 39&bluetooth0 { 40 compatible = "pci14e4,5f72"; 41 brcm,board-type = "apple,canary"; 42}; 43