mvebu: add support for iEi Puzzle-M901/Puzzle-M902
authorIan Chang <ianchang@ieiworld.com>
Thu, 2 Sep 2021 09:47:20 +0000 (17:47 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Thu, 9 Sep 2021 21:36:13 +0000 (23:36 +0200)
commit70c75965a97799b44871249c205bad48fea9a4ae
treecbbc8c838cada74a1821b739860fae092454fcd0
parentc98ddf0f019986bbb4c868bfcaf97e0d1f4ee2dc
mvebu: add support for iEi Puzzle-M901/Puzzle-M902

 Hardware specification
 ----------------------
 * CN9130 SoC, Quad-core ARMv8 Cortex-72 @ 2200 MHz
 * 4 GB DDR
 * 4 GB eMMC
 * mmcblk0
 - mmcblk0p1    64M  kernel_1
 - mmcblk0p2    64M  kernel_2
 - mmcblk0p3   512M  rootfs_1
 - mmcblk0p4   512M  rootfs_2
 - mmcblk0p5   512M  Reserved
 - mmcblk0p6    64M  Reserved
 - mmcblk0p7   1.8G  rootfs_data

 * 4 MB (SPI Flash)
 * 6 x 2.5 Gigabit  ports (Puzzle-M901)
 - External PHY with 6 ports (AQR112R)

 * 6 x 2.5 Gigabit ports (Puzzle-M902)
 - External PHY with 6 ports (AQR112R)
   3 x 10 Gigabit ports (Puzzle-M902)
 - External PHY with 3 ports (AQR113R)

 * 4 x Front panel LED
 * 1 x USB 3.0
 * Reset button on Rear panel
 * UART (115200 8N1,header on PCB)

 Flash instructions:
    The original firmware is based on OpenWrt.
    Flash firmware using LuCI and CLI

Signed-off-by: Ian Chang <ianchang@ieiworld.com>
target/linux/mvebu/cortexa72/base-files/etc/board.d/02_network [changed mode: 0644->0755]
target/linux/mvebu/cortexa72/base-files/lib/upgrade/emmc-puzzle.sh [new file with mode: 0755]
target/linux/mvebu/cortexa72/base-files/lib/upgrade/platform.sh
target/linux/mvebu/files/arch/arm64/boot/dts/marvell/cn9131-puzzle-m901.dts [new file with mode: 0644]
target/linux/mvebu/files/arch/arm64/boot/dts/marvell/cn9132-puzzle-m902.dts [new file with mode: 0644]
target/linux/mvebu/image/cortexa72.mk