1// SPDX-License-Identifier: GPL-2.0+ OR MIT 2/* 3 * Apple iPhone 6, iPhone 6 Plus, iPad mini 4, iPod touch 6 4 * 5 * This file contains the parts common to handheld devices with t7000 6 * 7 * target-type: J96, J97, N56, N61, N102 8 * 9 * Copyright (c) 2024, Nick Chan <towinchenmi@gmail.com> 10 */ 11 12/ { 13 chosen { 14 stdout-path = "serial0"; 15 16 framebuffer0: framebuffer@0 { 17 compatible = "apple,simple-framebuffer", "simple-framebuffer"; 18 reg = <0 0 0 0>; /* To be filled by loader */ 19 /* Format properties will be added by loader */ 20 status = "disabled"; 21 }; 22 }; 23}; 24 25&serial0 { 26 status = "okay"; 27}; 28