xref: /linux/arch/arm64/boot/dts/apple/t6000.dtsi (revision 6e9a12f85a7567bb9a41d5230468886bd6a27b20)
1// SPDX-License-Identifier: GPL-2.0+ OR MIT
2/*
3 * Apple T6000 "M1 Pro" SoC
4 *
5 * Other names: H13J, "Jade Chop"
6 *
7 * Copyright The Asahi Linux Contributors
8 */
9
10/* This chip is just a cut down version of t6001, so include it and disable the missing parts */
11
12#include "t6001.dtsi"
13
14/ {
15	compatible = "apple,t6000", "apple,arm-platform";
16};
17
18/delete-node/ &pmgr_south;
19
20&gpu {
21	compatible = "apple,agx-g13s";
22};
23