blob: 5a7a6092c2d029f6dfc5c0f791fc941c1a15b8a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// SPDX-License-Identifier: GPL-2.0+ OR MIT
/*
* Apple iPhone X (Global), D22, iPhone10,3 (A1865)
* Copyright (c) 2022, Konrad Dybcio <konradybcio@kernel.org>
*/
/dts-v1/;
#include "t8015-x.dtsi"
/ {
compatible = "apple,d22", "apple,t8015", "apple,arm-platform";
model = "Apple iPhone X (Global)";
};
|