mbox series

[RFC,0/2] Baisc devicetree support for Amlogic C3

Message ID 20230419073834.972273-1-xianwei.zhao@amlogic.com (mailing list archive)
Headers show
Series Baisc devicetree support for Amlogic C3 | expand

Message

Xianwei Zhao April 19, 2023, 7:38 a.m. UTC
From: Xianwei Zhao <xianwei.zhao@amlogic.com>

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

Comments

Dmitry Rokosov April 19, 2023, 1:09 p.m. UTC | #1
Please replace "Baisc" with "Basic" in the subject, it's a mistyping.

On Wed, Apr 19, 2023 at 03:38:32PM +0800, =Xianwei Zhao wrote:
> From: Xianwei Zhao <xianwei.zhao@amlogic.com>
> 
> 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
> 
> 
> _______________________________________________
> linux-amlogic mailing list
> linux-amlogic@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-amlogic