mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00

Add DTS files for the A10X SoC and the following devices based on it: - Apple TV 4K - iPad Pro (2nd Generation) (10.5 Inch) - iPad Pro (2nd Generation) (12.9 Inch) Signed-off-by: Konrad Dybcio <konradybcio@kernel.org> [Nick: SMP, m1n1 and Apple TV 4K support, uart interrupt and pinctrl fixes] Co-developed-by: Nick Chan <towinchenmi@gmail.com> Signed-off-by: Nick Chan <towinchenmi@gmail.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Neal Gompa <neal@gompa.dev> Signed-off-by: Hector Martin <marcan@marcan.st>
16 lines
394 B
Text
16 lines
394 B
Text
// SPDX-License-Identifier: GPL-2.0+ OR MIT
|
|
/*
|
|
* Apple iPad Pro 2 (12.9-inch) (Cellular), J121, iPad7,2 (A1671)
|
|
* Copyright (c) 2022, Konrad Dybcio <konradybcio@kernel.org>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "t8011.dtsi"
|
|
#include "t8011-common.dtsi"
|
|
#include "t8011-pro2.dtsi"
|
|
|
|
/ {
|
|
compatible = "apple,j121", "apple,t8011", "apple,arm-platform";
|
|
model = "Apple iPad Pro 2 (12.9-inch) (Cellular)";
|
|
};
|