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