1// SPDX-License-Identifier: GPL-2.0+ OR MIT 2/* 3 * Apple T6020 "M2 Pro" SoC 4 * 5 * Other names: H14J, "Rhodes Chop" 6 * 7 * Copyright The Asahi Linux Contributors 8 */ 9 10/* This chip is just a cut down version of t6021, so include it and disable the missing parts */ 11 12#include "t6021.dtsi" 13 14/ { 15 compatible = "apple,t6020", "apple,arm-platform"; 16}; 17 18/delete-node/ &pmgr_south; 19 20&gpu { 21 compatible = "apple,agx-g14s"; 22}; 23