diff options
Diffstat (limited to 'dts/upstream/src/arm64/apple/t8011-j105a.dts')
-rw-r--r-- | dts/upstream/src/arm64/apple/t8011-j105a.dts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dts/upstream/src/arm64/apple/t8011-j105a.dts b/dts/upstream/src/arm64/apple/t8011-j105a.dts new file mode 100644 index 00000000000..d3e5b69c67a --- /dev/null +++ b/dts/upstream/src/arm64/apple/t8011-j105a.dts @@ -0,0 +1,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"; +}; |