15 lines
334 B
Plaintext
15 lines
334 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+ OR MIT
|
|
/*
|
|
* Apple iPhone 8 Plus (Global), D21 iPhone10,2 (A1864/A1897/A1898)
|
|
* Copyright (c) 2022, Konrad Dybcio <konradybcio@kernel.org>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "t8015-8plus.dtsi"
|
|
|
|
/ {
|
|
compatible = "apple,d21", "apple,t8015", "apple,arm-platform";
|
|
model = "Apple iPhone 8 Plus (Global)";
|
|
};
|