From: Xianwei Zhao <xianwei.zhao@xxxxxxxxxxx> Amlogic C3 is an advanced edge AI processor designed for smart IP camera applications. Add ARCH_AMLIPC for the new series. Add basic devicetree support for the C3 based Amlogic AW409 board, which describes the following components: CPU, GIC, IRQ, Timer, UART. It's capable of booting up into the serial console. Xianwei Zhao (2): arm64: amlogic: add new ARCH_AMLIPC for IPC SoC arm64: dts: add support for C3 based Amlogic AW409 arch/arm64/Kconfig.platforms | 12 +++ arch/arm64/boot/dts/amlogic/Makefile | 1 + .../amlogic/amlogic-c3-c302x-aw409-256m.dts | 30 +++++++ arch/arm64/boot/dts/amlogic/amlogic-c3.dtsi | 87 +++++++++++++++++++ arch/arm64/configs/defconfig | 2 + 5 files changed, 132 insertions(+) create mode 100644 arch/arm64/boot/dts/amlogic/amlogic-c3-c302x-aw409-256m.dts create mode 100644 arch/arm64/boot/dts/amlogic/amlogic-c3.dtsi base-commit: ae68fb187b59bc8645974320808ab2d7c41b1833 -- 2.37.1