15f62a964SEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0+ OR MIT 25f62a964SEmmanuel Vadot/* 35f62a964SEmmanuel Vadot * Apple TV HD, J42d, AppleTV5,3 (A1625) 45f62a964SEmmanuel Vadot * Copyright (c) 2022, Konrad Dybcio <konradybcio@kernel.org> 55f62a964SEmmanuel Vadot */ 65f62a964SEmmanuel Vadot 75f62a964SEmmanuel Vadot/dts-v1/; 85f62a964SEmmanuel Vadot 95f62a964SEmmanuel Vadot#include "t7000.dtsi" 105f62a964SEmmanuel Vadot#include "t7000-common.dtsi" 115f62a964SEmmanuel Vadot 125f62a964SEmmanuel Vadot/ { 135f62a964SEmmanuel Vadot compatible = "apple,j42d", "apple,t7000", "apple,arm-platform"; 145f62a964SEmmanuel Vadot model = "Apple TV HD"; 155f62a964SEmmanuel Vadot chassis-type = "television"; 165f62a964SEmmanuel Vadot 175f62a964SEmmanuel Vadot chosen { 185f62a964SEmmanuel Vadot stdout-path = "serial6"; 195f62a964SEmmanuel Vadot 205f62a964SEmmanuel Vadot framebuffer0: framebuffer@0 { 215f62a964SEmmanuel Vadot compatible = "apple,simple-framebuffer", "simple-framebuffer"; 225f62a964SEmmanuel Vadot reg = <0 0 0 0>; /* To be filled by loader */ 23*8ccc0d23SEmmanuel Vadot power-domains = <&ps_disp0 &ps_dp>; 245f62a964SEmmanuel Vadot /* Format properties will be added by loader */ 255f62a964SEmmanuel Vadot status = "disabled"; 265f62a964SEmmanuel Vadot }; 275f62a964SEmmanuel Vadot }; 285f62a964SEmmanuel Vadot}; 295f62a964SEmmanuel Vadot 305f62a964SEmmanuel Vadot&serial6 { 315f62a964SEmmanuel Vadot status = "okay"; 325f62a964SEmmanuel Vadot}; 33*8ccc0d23SEmmanuel Vadot 34*8ccc0d23SEmmanuel Vadot&typhoon_opp06 { 35*8ccc0d23SEmmanuel Vadot status = "okay"; 36*8ccc0d23SEmmanuel Vadot}; 37