These are the DT support patches for the Jide Remix Mini PC, a now somewhat dated Mini-PC, once shipped with some kind of desktop Android OS. It sports an Allwinner H64 SoC, which is basically the same as the venerable A64. To make it stick out of the crowd, the SoC has "secure boot" enabled, which just means it needs a different (signed) boot code package, already supported by mainline U-Boot. Fortunately there is no public key burned into the SoC, so any key can be used: the U-Boot build system will just make one up. Apart from Ethernet (blocked by the AC200 PHY) everything should work, including WiFi and Bluetooth. Please have a look! Cheers, Andre Andre Przywara (3): dt-bindings: vendor-prefixes: add Jide dt-bindings: arm: sunxi: document Remix Mini PC name arm64: dts: allwinner: Add Jide Remix Mini PC support .../devicetree/bindings/arm/sunxi.yaml | 6 + .../devicetree/bindings/vendor-prefixes.yaml | 2 + arch/arm64/boot/dts/allwinner/Makefile | 1 + .../allwinner/sun50i-h64-remix-mini-pc.dts | 357 ++++++++++++++++++ 4 files changed, 366 insertions(+) create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-h64-remix-mini-pc.dts -- 2.25.1