1// SPDX-License-Identifier: GPL-2.0+ OR MIT 2/* 3 * Mac mini (M2 Pro, 2023) and Mac Studio (2023) 4 * 5 * This file contains the parts common to J474 and J475 devices with t6020, 6 * t6021 and t6022. 7 * 8 * target-type: J474s / J475c / J475d 9 * 10 * Copyright The Asahi Linux Contributors 11 */ 12 13/* 14 * These models are very similar to the previous generation Mac Studio, other 15 * than GPIO indices. 16 */ 17 18#include "t600x-j375.dtsi" 19 20&framebuffer0 { 21 power-domains = <&ps_dispext0_cpu0>, <&ps_dptx_phy_ps>; 22}; 23 24&hpm0 { 25 interrupts = <44 IRQ_TYPE_LEVEL_LOW>; 26}; 27 28&hpm1 { 29 interrupts = <44 IRQ_TYPE_LEVEL_LOW>; 30}; 31 32&hpm2 { 33 interrupts = <44 IRQ_TYPE_LEVEL_LOW>; 34}; 35 36&hpm3 { 37 interrupts = <44 IRQ_TYPE_LEVEL_LOW>; 38}; 39