arm: kirkwood: add ZyXEL NSA310S device
authorGerald Kerma <dreagle@doukki.net>
Fri, 23 Oct 2015 07:50:58 +0000 (09:50 +0200)
committerLuka Perkov <luka.perkov@sartura.hr>
Sun, 29 Nov 2015 21:16:14 +0000 (22:16 +0100)
commitf1df81c4008c8e0edbc1a2738cf2490b2f7be661
treeb6a5f1d3cbc0e2704e5038a54ff1831ab2693cde
parent76b391cdee022b2fe2ad5627ec8ee7ebab046c1c
arm: kirkwood: add ZyXEL NSA310S device

This patch add ZyXEL NSA310S 1-Bay Media Server

The ZyXEL NSA310S device is a Kirkwood based NAS:

- SoC: Marvell 88F6702 1000Mhz
- SDRAM memory: 256MB DDR2 400Mhz
- Gigabit ethernet: PHY Marvell 88E1318
- Flash memory: 128MB
- 1 Power button
- 1 Power LED (blue)
- 4 Status LED (green)
- 1 Copy/Sync button
- 1 Reset button
- 1 SATA II port
- 2 USB 2.0 ports (front and back)
- Smart fan

Signed-off-by: Gerald Kerma <dreagle@doukki.net>
Signed-off-by: Tony Dinh <mibodhi@gmail.com>
Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>
arch/arm/mach-kirkwood/Kconfig
board/zyxel/nsa310s/Kconfig [new file with mode: 0644]
board/zyxel/nsa310s/MAINTAINERS [new file with mode: 0644]
board/zyxel/nsa310s/Makefile [new file with mode: 0644]
board/zyxel/nsa310s/kwbimage.cfg [new file with mode: 0644]
board/zyxel/nsa310s/nsa310s.c [new file with mode: 0644]
board/zyxel/nsa310s/nsa310s.h [new file with mode: 0644]
configs/nsa310s_defconfig [new file with mode: 0644]
include/configs/nsa310s.h [new file with mode: 0644]