blob: 778a69be18dd81ab49076fb39ca4bc82f551e40f (
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 MacBookPro15,2 (j132), J132, iBridge2,4
* Copyright (c) 2024, Nick Chan <towinchenmi@gmail.com>
*/
/dts-v1/;
#include "t8012-jxxx.dtsi"
/ {
model = "Apple T2 MacBookPro15,2 (j132)";
compatible = "apple,j132", "apple,t8012", "apple,arm-platform";
};
|