
This updates the Allwinner related devicetree files from the Linux kernel repository. The files were taken from Linux v6.9-rc4, and adjusted to increase compatibility with older kernels.
This also adds board support for two new devices: the old Remix Mini PC, a TV box like "Android desktop" device from 2015, and the Tanix TX1, which is a tiny TV box with an H313 SoC. The DT for the latter is preliminary for now, as it hasn't been merged into Linus' tree yet - though that's supposed to happen in about a few weeks time.
Please have a look!
Cheers, Andre
Andre Przywara (4): sunxi: dts: arm/arm64: update devicetree files from Linux-v6.9-rc4 sunxi: a64: Add Remix Mini PC support [DO NOT MERGE] sunxi: dts: arm64: add Tanix TX1 DT from Linux sunxi: H616: add Tanix TX1 support
arch/arm/dts/Makefile | 4 +- arch/arm/dts/sun50i-h313-tanix-tx1.dts | 183 +++++++++ arch/arm/dts/sun50i-h6-beelink-gs1.dts | 2 + arch/arm/dts/sun50i-h6-tanix.dtsi | 2 + arch/arm/dts/sun50i-h6.dtsi | 7 +- .../dts/sun50i-h616-bigtreetech-cb1-manta.dts | 2 +- arch/arm/dts/sun50i-h616-bigtreetech-cb1.dtsi | 4 +- arch/arm/dts/sun50i-h616-bigtreetech-pi.dts | 2 +- arch/arm/dts/sun50i-h616.dtsi | 155 ++++++++ .../arm/dts/sun50i-h618-longan-module-3h.dtsi | 75 ++++ arch/arm/dts/sun50i-h618-longanpi-3h.dts | 144 +++++++ .../arm/dts/sun50i-h618-transpeed-8k618-t.dts | 23 ++ arch/arm/dts/sun50i-h64-remix-mini-pc.dts | 356 ++++++++++++++++++ arch/arm/dts/sun8i-r40-feta40i.dtsi | 7 + configs/remix-mini-pc_defconfig | 14 + configs/tanix_tx1_defconfig | 25 ++ 16 files changed, 996 insertions(+), 9 deletions(-) create mode 100644 arch/arm/dts/sun50i-h313-tanix-tx1.dts create mode 100644 arch/arm/dts/sun50i-h618-longan-module-3h.dtsi create mode 100644 arch/arm/dts/sun50i-h618-longanpi-3h.dts create mode 100644 arch/arm/dts/sun50i-h64-remix-mini-pc.dts create mode 100644 configs/remix-mini-pc_defconfig create mode 100644 configs/tanix_tx1_defconfig