1*5f62a964SEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0+ OR MIT 2*5f62a964SEmmanuel Vadot/* 3*5f62a964SEmmanuel Vadot * Apple iPhone 8 (Global), D20 iPhone10,1 (A1863/A1906/A1907) 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 "t8015-8.dtsi" 10*5f62a964SEmmanuel Vadot 11*5f62a964SEmmanuel Vadot/ { 12*5f62a964SEmmanuel Vadot compatible = "apple,d20", "apple,t8015", "apple,arm-platform"; 13*5f62a964SEmmanuel Vadot model = "Apple iPhone 8 (Global)"; 14*5f62a964SEmmanuel Vadot}; 15