1// SPDX-License-Identifier: GPL-2.0+ OR MIT 2/* 3 * Apple Mac Studio (M3 Ultra, 2025) 4 * 5 * target-type: J575d 6 * 7 * Copyright The Asahi Linux Contributors 8 */ 9 10/dts-v1/; 11 12#include "t6032.dtsi" 13 14/ { 15 compatible = "apple,j575d", "apple,t6032", "apple,arm-platform"; 16 model = "Apple Mac Studio (M3 Ultra, 2025)"; 17 18 aliases { 19 serial0 = &serial0; 20 }; 21 22 chosen { 23 #address-cells = <2>; 24 #size-cells = <2>; 25 ranges; 26 27 stdout-path = "serial0"; 28 29 framebuffer0: framebuffer@0 { 30 compatible = "apple,simple-framebuffer", "simple-framebuffer"; 31 reg = <0 0 0 0>; /* To be filled by loader */ 32 /* Format properties will be added by loader */ 33 status = "disabled"; 34 power-domains = <&ps_dispext0_cpu>; 35 }; 36 }; 37 38 memory@10000000000 { 39 device_type = "memory"; 40 reg = <0x100 0 0x2 0>; /* To be filled by loader */ 41 }; 42}; 43 44&serial0 { 45 status = "okay"; 46}; 47