1*5f62a964SEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0+ OR MIT 2*5f62a964SEmmanuel Vadot/* 3*5f62a964SEmmanuel Vadot * Apple iPhone SE (TSMC), N69, iPhone8,4 (A1662/A1723/A1724) 4*5f62a964SEmmanuel Vadot * Copyright (c) 2022, Konrad Dybcio <konradybcio@kernel.org> 5*5f62a964SEmmanuel Vadot */ 6*5f62a964SEmmanuel Vadot 7*5f62a964SEmmanuel Vadot/dts-v1/; 8*5f62a964SEmmanuel Vadot 9*5f62a964SEmmanuel Vadot#include "s8003.dtsi" 10*5f62a964SEmmanuel Vadot#include "s800x-se.dtsi" 11*5f62a964SEmmanuel Vadot 12*5f62a964SEmmanuel Vadot/ { 13*5f62a964SEmmanuel Vadot compatible = "apple,n69", "apple,s8003", "apple,arm-platform"; 14*5f62a964SEmmanuel Vadot model = "Apple iPhone SE (TSMC)"; 15*5f62a964SEmmanuel Vadot}; 16