xref: /linux/scripts/dtc/include-prefixes/arm64/apple/t7000-j42d.dts (revision 2f24482304ebd32c5aa374f31465b9941a860b92)
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			power-domains = <&ps_disp0 &ps_dp>;
24			/* Format properties will be added by loader */
25			status = "disabled";
26		};
27	};
28};
29
30&serial6 {
31	status = "okay";
32};
33
34&typhoon_opp06 {
35	status = "okay";
36};
37