]> git.dujemihanovic.xyz Git - u-boot.git/commit
sunxi: dts: arm: add T113s/D1 DT files from Linux-v6.6-rc6
authorAndre Przywara <andre.przywara@arm.com>
Thu, 19 Oct 2023 14:45:32 +0000 (15:45 +0100)
committerAndre Przywara <andre.przywara@arm.com>
Sun, 22 Oct 2023 00:12:26 +0000 (01:12 +0100)
commita14c250625570bb545d06c0e5b21445eb1b15716
treeaf988f3cf6c2934f48000a222d35fd5a54e471e5
parent1fe28c0aa60a30438f60e56c76ca65a9bc30a5d4
sunxi: dts: arm: add T113s/D1 DT files from Linux-v6.6-rc6

This copies in some devicetree files from the official Linux kernel tree,
v6.6-rc6. It covers a board with the Allwinner T113s SoC, which shares
many devices with its RISC-V sibling, the Allwinner D1(s). This is the
reason for the core .dtsi files landing in the arch/riscv directory.

We are only adjusting the include path to accommodate for the differences
in the U-Boot build system.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com>
arch/arm/dts/sun8i-t113s-mangopi-mq-r-t113.dts [new file with mode: 0644]
arch/arm/dts/sun8i-t113s.dtsi [new file with mode: 0644]
arch/arm/dts/sunxi-d1s-t113-mangopi-mq-r.dtsi [new file with mode: 0644]
arch/riscv/dts/sunxi-d1-t113.dtsi [new file with mode: 0644]
arch/riscv/dts/sunxi-d1s-t113.dtsi [new file with mode: 0644]
include/dt-bindings/clock/sun20i-d1-ccu.h [new file with mode: 0644]
include/dt-bindings/clock/sun20i-d1-r-ccu.h [new file with mode: 0644]
include/dt-bindings/reset/sun20i-d1-ccu.h [new file with mode: 0644]
include/dt-bindings/reset/sun20i-d1-r-ccu.h [new file with mode: 0644]