16 lines
341 B
Plaintext
16 lines
341 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+ OR MIT
|
|
/*
|
|
* Apple iPhone SE (TSMC), N69, iPhone8,4 (A1662/A1723/A1724)
|
|
* Copyright (c) 2022, Konrad Dybcio <konradybcio@kernel.org>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "s8003.dtsi"
|
|
#include "s800x-se.dtsi"
|
|
|
|
/ {
|
|
compatible = "apple,n69", "apple,s8003", "apple,arm-platform";
|
|
model = "Apple iPhone SE (TSMC)";
|
|
};
|