16 lines
347 B
Plaintext
16 lines
347 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+ OR MIT
|
|
/*
|
|
* Apple T2 MacBookPro16,3 (j223), J223, iBridge2,21
|
|
* Copyright (c) 2024, Nick Chan <towinchenmi@gmail.com>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "t8012-jxxx.dtsi"
|
|
#include "t8012-touchbar.dtsi"
|
|
|
|
/ {
|
|
model = "Apple T2 MacBookPro16,3 (j223)";
|
|
compatible = "apple,j223", "apple,t8012", "apple,arm-platform";
|
|
};
|