blob: dbde1ad7ce14a0089440f6fccb4d95fb242e132f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// SPDX-License-Identifier: GPL-2.0+ OR MIT
/*
* Apple T2 iMacPro1,1 (j137), J137, iBridge2,1
* Copyright (c) 2024, Nick Chan <towinchenmi@gmail.com>
*/
/dts-v1/;
#include "t8012-jxxx.dtsi"
/ {
model = "Apple T2 iMacPro1,1 (j137)";
compatible = "apple,j137", "apple,t8012", "apple,arm-platform";
};
|