This adds support for the Radxa Zero SBC. The device-tree is loosely based upon existing support for SEI510 and U200 (also G12A boards) and has been developed with the 4/32 board configuration. Changes since v1: - Drop flash_1v8 and use vcc_1v8 - Rename dc_in to ao_5v - Rename vcc_5v to hdmi_pw and drop GPIO control Christian Hewitt (2): dt-bindings: arm: amlogic: add support for Radxa Zero arm64: dts: amlogic: add support for Radxa Zero .../devicetree/bindings/arm/amlogic.yaml | 1 + arch/arm64/boot/dts/amlogic/Makefile | 1 + .../dts/amlogic/meson-g12a-radxa-zero.dts | 407 ++++++++++++++++++ 3 files changed, 409 insertions(+) create mode 100644 arch/arm64/boot/dts/amlogic/meson-g12a-radxa-zero.dts -- 2.17.1