]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: mvebu: Add support for Thecus N2350 (Armada 385) board
authorTony Dinh <mibodhi@gmail.com>
Wed, 1 Feb 2023 23:13:05 +0000 (15:13 -0800)
committerStefan Roese <sr@denx.de>
Mon, 13 Feb 2023 09:14:50 +0000 (10:14 +0100)
commit3fdd09f90f829e8f4e576c65772e9c80d8930d7d
tree3679a6cb5f3620f5da7bc28d36bd69c631be6b5f
parent5c73428f4a6a3f57a255e04a43f40b0db4226046
arm: mvebu: Add support for Thecus N2350 (Armada 385) board

Thecus N2350 is a NAS based on Marvell Armada 385 SoC.

Specification:

- Processor: Marvel MV88F6820 Dual Core at 1GHz
- 1 GiB DDR4 RAM
- 4MB Macronix mx25l3205d SPI flash
- 512MB Hynix H27U4G8F2DTR-BC NAND flash
- I2C
- 2x USB 3.0
- 1x GBE LAN port (PHY: Marvell 88E1510)
- 2x SATA (hot swap slots)
- 3x buttons
- 10x LEDS
- serial console

Signed-off-by: Tony Dinh <mibodhi@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
arch/arm/dts/Makefile
arch/arm/dts/armada-385-thecus-n2350.dts [new file with mode: 0644]
arch/arm/mach-mvebu/Kconfig
board/thecus/n2350/MAINTAINERS [new file with mode: 0644]
board/thecus/n2350/Makefile [new file with mode: 0644]
board/thecus/n2350/n2350.c [new file with mode: 0644]
configs/n2350_defconfig [new file with mode: 0644]
include/configs/n2350.h [new file with mode: 0644]