blob: 35d79e2ceebcdc6587600b26774f6d8c1c6c9dca (
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 8 (Global), D20 iPhone10,1 (A1863/A1906/A1907)
* Copyright (c) 2022, Konrad Dybcio <konradybcio@kernel.org>
*/
/dts-v1/;
#include "t8015-8.dtsi"
/ {
compatible = "apple,d20", "apple,t8015", "apple,arm-platform";
model = "Apple iPhone 8 (Global)";
};
|