diff options
author | Konrad Dybcio <konradybcio@kernel.org> | 2024-10-23 12:40:52 +0800 |
---|---|---|
committer | Hector Martin <marcan@marcan.st> | 2024-10-26 00:14:45 +0900 |
commit | 33ee92b964816a8635b0a8aca4fc195b2b2828bb (patch) | |
tree | aac3a0c84a732016ad1e5a4a037252306c9f6e60 /arch/arm64/boot/dts/apple/t8010-j72b.dts | |
parent | 1100a117edadca52b691f66bbd0a2b4a40649bab (diff) |
arm64: dts: apple: Add A10 devices
Add DTS files for the A10 SoC and the following devices based on it:
- iPhone 7
- iPhone 7 Plus
- iPod touch 7
- iPad 6
- iPad 7
Signed-off-by: Konrad Dybcio <konradybcio@kernel.org>
[Nick: SMP, m1n1 and AOP pinctrl support]
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>
Diffstat (limited to 'arch/arm64/boot/dts/apple/t8010-j72b.dts')
-rw-r--r-- | arch/arm64/boot/dts/apple/t8010-j72b.dts | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/apple/t8010-j72b.dts b/arch/arm64/boot/dts/apple/t8010-j72b.dts new file mode 100644 index 000000000000..264924e41f42 --- /dev/null +++ b/arch/arm64/boot/dts/apple/t8010-j72b.dts @@ -0,0 +1,14 @@ +// SPDX-License-Identifier: GPL-2.0+ OR MIT +/* + * Apple iPad 6 (Cellular), J72b, iPad7,6 (A1954) + * Copyright (c) 2022, Konrad Dybcio <konradybcio@kernel.org> + */ + +/dts-v1/; + +#include "t8010-ipad6.dtsi" + +/ { + compatible = "apple,j72b", "apple,t8010", "apple,arm-platform"; + model = "Apple iPad 6 (Cellular)"; +}; |