diff options
author | Jelle de Jong <jelledejong@powercraft.nl> | 2015-10-18 16:34:13 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-11-22 11:43:58 +0100 |
commit | aa56cb374de8ae83f3280fdd6c280724228b86d7 (patch) | |
tree | ac5a696241c0bd0d01022e71759cc7ec1c415c6a /board | |
parent | 7e17fd26539417219e937e9f4eba491a23f83234 (diff) | |
download | u-boot-imx-aa56cb374de8ae83f3280fdd6c280724228b86d7.zip u-boot-imx-aa56cb374de8ae83f3280fdd6c280724228b86d7.tar.gz u-boot-imx-aa56cb374de8ae83f3280fdd6c280724228b86d7.tar.bz2 |
sunxi: Add support for the Lamobo R1 board
The lamobo-r1 board, sometimes called the BPI-R1 but not labelled as such
on the PCB, is meant as a A20 based router board. As such the board comes
with a built-in switch chip giving it 5 gigabit ethernet ports, and it
has a large empty area on the pcb with mounting holes which will fit a
2.5 inch harddisk. To complete its networking features it has a
Realtek RTL8192CU for WiFi 802.11 b/g/n.
The dts file is identical to the one submitted upstream.
Signed-off-by: Jelle de Jong <jelledejong@powercraft.nl>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/sunxi/MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS index d9cda67..1f62de7 100644 --- a/board/sunxi/MAINTAINERS +++ b/board/sunxi/MAINTAINERS @@ -121,6 +121,11 @@ M: Michal Suchanek <hramrach@gmail.com> S: Maintained F: configs/iNet_86VS_defconfig +LAMOBO-R1 BOARD +M: Jelle de Jong <jelledejong@powercraft.nl> +S: Maintained +F: configs/Lamobo_R1_defconfig + LINKSPRITE-PCDUINO BOARD M: Zoltan Herpai <wigyori@uid0.hu> S: Maintained |