]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: kirkwood: Add support for ZyXEL NSA325 board
authorTony Dinh <mibodhi@gmail.com>
Sat, 26 Aug 2023 03:33:29 +0000 (20:33 -0700)
committerStefan Roese <sr@denx.de>
Mon, 16 Oct 2023 09:10:42 +0000 (11:10 +0200)
commitb3f559a147fc1c4a30e596a760735a629a152617
tree72d9063efc519df9330bcfa6404b8ba70fc56b8b
parent4df539c0c59a76b14c0541a4a42687de35641bbb
arm: kirkwood: Add support for ZyXEL NSA325 board

ZyXEL NSA325 specifications:

Marvell Kirkwood 88F6282 SoC
1.6 GHz CPU
1x GBE LAN port (Marvell MV88E1318)
512 MB RAM
128 MB Eon NAND, SLC
I2C
1x USB 3.0 (on PCIe bus)
2x USB 2.0
2x SATA (hot swap slots)
Serial console

Signed-off-by: Tony Dinh <mibodhi@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
12 files changed:
arch/arm/dts/Makefile
arch/arm/dts/kirkwood-6282.dtsi [new file with mode: 0644]
arch/arm/dts/kirkwood-nsa325.dts [new file with mode: 0644]
arch/arm/dts/kirkwood-nsa3x0-common.dtsi [new file with mode: 0644]
arch/arm/mach-kirkwood/Kconfig
board/zyxel/nsa325/Kconfig [new file with mode: 0644]
board/zyxel/nsa325/MAINTAINERS [new file with mode: 0644]
board/zyxel/nsa325/Makefile [new file with mode: 0644]
board/zyxel/nsa325/kwbimage.cfg [new file with mode: 0644]
board/zyxel/nsa325/nsa325.c [new file with mode: 0644]
configs/nsa325_defconfig [new file with mode: 0644]
include/configs/nsa325.h [new file with mode: 0644]