]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: mvebu: Add support for Synology DS116 (Armada 385)
authorTony Dinh <mibodhi@gmail.com>
Thu, 9 Feb 2023 22:00:03 +0000 (14:00 -0800)
committerStefan Roese <sr@denx.de>
Mon, 13 Feb 2023 09:14:50 +0000 (10:14 +0100)
commitb21f87a5a5e23a833c13f26819a04d80e0802600
treeb83274f29822c2275f8aa0223b026baf061073e7
parent384e2d396c378063749849739e6b528be59c4071
arm: mvebu: Add support for Synology DS116 (Armada 385)

Synology DS116 is a NAS based on Marvell Armada 385 SoC.

Board Specification:

- Marvel MV88F6820 Dual Core at 1.8GHz
- 1 GiB DDR3 RAM
- 8MB Macronix mx25l6405d SPI flash
- I2C
- 2x USB 3.0
- 1x GBE LAN port (PHY: Marvell 88E1510)
- 1x SATA (6 Gbps)
- 3x LED
- PIC16F1829 (connected to uart1)
- GPIO fan
- serial console

Note that this patch depends on the add-support for Thecus N2350 patch:
https://patchwork.ozlabs.org/project/uboot/patch/20230201231306.7010-1-mibodhi@gmail.com/

Signed-off-by: Tony Dinh <mibodhi@gmail.com>
arch/arm/dts/Makefile
arch/arm/dts/armada-385-synology-ds116.dts [new file with mode: 0644]
arch/arm/mach-mvebu/Kconfig
board/Synology/ds116/MAINTAINERS [new file with mode: 0644]
board/Synology/ds116/Makefile [new file with mode: 0644]
board/Synology/ds116/ds116.c [new file with mode: 0644]
configs/ds116_defconfig [new file with mode: 0644]
include/configs/ds116.h [new file with mode: 0644]