mbox series

[0/3] Add support for Ingenic X1830 SoC and Y&A CU1830-Neo board.

Message ID 20200619221031.33558-1-zhouyanjie@wanyeetech.com
Headers show
Series Add support for Ingenic X1830 SoC and Y&A CU1830-Neo board. | expand

Message

Zhou Yanjie June 19, 2020, 10:10 p.m. UTC
1.Add support for Ingenic X1830 SoC.
2.Add support for CU1830-Neo development board. CU1830-Neo is a development
  board using Ingenic X1830 SoC. It comes with 128MiB of RAM. 

周琰杰 (Zhou Yanjie) (3):
  MIPS: Ingenic: Add Ingenic X1830 support.
  dt-bindings: MIPS: Add Ingenic X1830 based boards.
  MIPS: Ingenic: Add YSH & ATIL CU Neo board support.

 .../devicetree/bindings/mips/ingenic/devices.yaml  |  12 +-
 arch/mips/boot/dts/ingenic/Makefile                |   1 +
 arch/mips/boot/dts/ingenic/cu1830-neo.dts          | 160 +++++++++++
 arch/mips/boot/dts/ingenic/x1830.dtsi              | 299 +++++++++++++++++++++
 arch/mips/configs/cu1830-neo_defconfig             | 119 ++++++++
 arch/mips/jz4740/Kconfig                           |  10 +
 6 files changed, 598 insertions(+), 3 deletions(-)
 create mode 100644 arch/mips/boot/dts/ingenic/cu1830-neo.dts
 create mode 100755 arch/mips/boot/dts/ingenic/x1830.dtsi
 create mode 100644 arch/mips/configs/cu1830-neo_defconfig