blob: d3e5b69c67aa494d4d7c5689039d657ce13c3151 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// SPDX-License-Identifier: GPL-2.0+ OR MIT
/*
* Apple TV 4K (1st Generation), J105a, AppleTV6,2 (A1482)
* Copyright (c) 2024, Nick Chan <towinchenmi@gmail.com>
*/
/dts-v1/;
#include "t8011.dtsi"
#include "t8011-common.dtsi"
/ {
compatible = "apple,j105a", "apple,t8011", "apple,arm-platform";
model = "Apple TV 4K (1st Generation)";
chassis-type = "television";
};
|