1// SPDX-License-Identifier: GPL-2.0+ OR MIT 2/* 3 * MacBook Pro (14/16-inch, 2022) 4 * 5 * This file contains the parts common to J414 and J416 devices with both t6020 and t6021. 6 * 7 * target-type: J414s / J414c / J416s / J416c 8 * 9 * Copyright The Asahi Linux Contributors 10 */ 11 12/* 13 * These models are essentially identical to the previous generation, other than 14 * the GPIO indices. 15 */ 16 17#include "t600x-j314-j316.dtsi" 18 19&framebuffer0 { 20 power-domains = <&ps_disp0_cpu0>, <&ps_dptx_phy_ps>; 21}; 22 23&hpm0 { 24 interrupts = <44 IRQ_TYPE_LEVEL_LOW>; 25}; 26 27&hpm1 { 28 interrupts = <44 IRQ_TYPE_LEVEL_LOW>; 29}; 30 31&hpm2 { 32 interrupts = <44 IRQ_TYPE_LEVEL_LOW>; 33}; 34 35&hpm5 { 36 interrupts = <44 IRQ_TYPE_LEVEL_LOW>; 37}; 38 39&wifi0 { 40 compatible = "pci14e4,4434"; 41}; 42 43&bluetooth0 { 44 compatible = "pci14e4,5f72"; 45}; 46