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;
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.