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