1 // SPDX-License-Identifier: GPL-2.0+ OR MIT 2 /* 3 * Mac Studio (M1 Ultra, 2022) 4 * 5 * target-type: J375d 6 * 7 * Copyright The Asahi Linux Contributors 8 */ 9 10 /dts-v1/; 11 12 #include "t6002.dtsi" 13 #include "t600x-j375.dtsi" 14 15 / { 16 compatible = "apple,j375d", "apple,t6002", "apple,arm-platform"; 17 model = "Apple Mac Studio (M1 Ultra, 2022)"; 18 }; 19 20 /* USB Type C */ 21 &i2c0 { 22 /* front-right */ 23 hpm4: usb-pd@39 { 24 compatible = "apple,cd321x"; 25 reg = <0x39>; 26 interrupt-parent = <&pinctrl_ap>; 27 interrupts = <174 IRQ_TYPE_LEVEL_LOW>; 28 interrupt-names = "irq"; 29 }; 30 31 /* front-left */ 32 hpm5: usb-pd@3a { 33 compatible = "apple,cd321x"; 34 reg = <0x3a>; 35 interrupt-parent = <&pinctrl_ap>; 36 interrupts = <174 IRQ_TYPE_LEVEL_LOW>; 37 interrupt-names = "irq"; 38 }; 39 }; 40 41 /* delete unused always-on power-domains on die 1 */ 42 43 /delete-node/ &ps_atc2_usb_aon_die1; 44 /delete-node/ &ps_atc2_usb_die1; 45 46 /delete-node/ &ps_atc3_usb_aon_die1; 47 /delete-node/ &ps_atc3_usb_die1; 48 49 /delete-node/ &ps_disp0_cpu0_die1; 50 /delete-node/ &ps_disp0_fe_die1;
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.