1// SPDX-License-Identifier: GPL-2.0+ OR MIT 2/* 3 * Apple TV HD, J42d, AppleTV5,3 (A1625) 4 * Copyright (c) 2022, Konrad Dybcio <konradybcio@kernel.org> 5 */ 6 7/dts-v1/; 8 9#include "t7000.dtsi" 10#include "t7000-common.dtsi" 11 12/ { 13 compatible = "apple,j42d", "apple,t7000", "apple,arm-platform"; 14 model = "Apple TV HD"; 15 chassis-type = "television"; 16 17 chosen { 18 stdout-path = "serial6"; 19 20 framebuffer0: framebuffer@0 { 21 compatible = "apple,simple-framebuffer", "simple-framebuffer"; 22 reg = <0 0 0 0>; /* To be filled by loader */ 23 /* Format properties will be added by loader */ 24 status = "disabled"; 25 }; 26 }; 27}; 28 29&serial6 { 30 status = "okay"; 31}; 32