ARM: dts: sunxi: add Allwinner T113-s SoC .dtsi
authorAndre Przywara <andre.przywara@arm.com>
Mon, 20 Mar 2023 00:52:47 +0000 (00:52 +0000)
committerJernej Skrabec <jernej.skrabec@gmail.com>
Mon, 27 Mar 2023 20:45:22 +0000 (22:45 +0200)
commit927e310e8e9d891b7621f77c369d234624d3a4fe
treebfdb7ad5b805bf33f4ced6d748471631126ae606
parenta3eebcb61ffb9a26ca77a00ce80050cff0f0ecf3
ARM: dts: sunxi: add Allwinner T113-s SoC .dtsi

The Allwinner T113-s SoC is apparently using the same (or at least a very
similar) die as the D1/D1s, but replaces the single RISC-V core with
two Arm Cortex-A7 cores.
Since the D1 core .dtsi already describes all common peripherals, we
just need a DT describing the ARM specific peripherals: the CPU cores,
the Generic Timer, the GIC and the PMU.
We include the core .dtsi directly from the riscv DT directory.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Link: https://lore.kernel.org/r/20230320005249.13403-3-andre.przywara@arm.com
Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com>
arch/arm/boot/dts/sun8i-t113s.dtsi [new file with mode: 0644]