[RFC PATCH 13/13] sunxi: add support for Sipeed Maix IIA Dock board

Icenowy Zheng icenowy at sipeed.com
Thu Jul 22 08:30:15 CEST 2021


Maix IIA is a SoM by Sipeed, and a official baseboard is sold with it.

Add support for this official baseboard with Maix IIA attached.

Signed-off-by: Icenowy Zheng <icenowy at sipeed.com>
---
 board/sunxi/MAINTAINERS                | 5 +++++
 configs/sipeed_maix_iia_dock_defconfig | 8 ++++++++
 2 files changed, 13 insertions(+)
 create mode 100644 configs/sipeed_maix_iia_dock_defconfig

diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS
index 4fc26077b2..ae7c6a131a 100644
--- a/board/sunxi/MAINTAINERS
+++ b/board/sunxi/MAINTAINERS
@@ -493,6 +493,11 @@ M:	VishnuPatekar <vishnupatekar0510 at gmail.com>
 S:	Maintained
 F:	configs/Sinovoip_BPI_M3_defconfig
 
+SIPEED MAIX IIA DOCK BOARD
+M:	Icenowy Zheng <icenowy at sipeed.com>
+S:	Maintained
+F:	configs/sipeed_maix_iia_dock_defconfig
+
 SOPINE BOARD
 M:	Icenowy Zheng <icenowy at aosc.io>
 S:	Maintained
diff --git a/configs/sipeed_maix_iia_dock_defconfig b/configs/sipeed_maix_iia_dock_defconfig
new file mode 100644
index 0000000000..a839f65e10
--- /dev/null
+++ b/configs/sipeed_maix_iia_dock_defconfig
@@ -0,0 +1,8 @@
+CONFIG_ARM=y
+CONFIG_ARCH_SUNXI=y
+CONFIG_DEFAULT_DEVICE_TREE="sun50i-r329-maix-iia-dock"
+CONFIG_SPL=y
+CONFIG_MACH_SUN50I_R329=y
+CONFIG_MMC0_CD_PIN="PF6"
+# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
+CONFIG_ENV_FAT_DEVICE_AND_PART="1:auto"
-- 
2.30.2



More information about the U-Boot mailing list