diff options
author | Stefan Mavrodiev <stefan.mavrodiev@gmail.com> | 2016-09-02 15:21:37 +0300 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2016-09-03 10:33:44 +0200 |
commit | ca5c37026be4ce984537569d7159f488a836afc8 (patch) | |
tree | d6d8b7014304bc156007811cd6617bd62d82483e /board | |
parent | 6d973ad9d2329ec43334304ecd2cb044e173d4c4 (diff) | |
download | u-boot-imx-ca5c37026be4ce984537569d7159f488a836afc8.zip u-boot-imx-ca5c37026be4ce984537569d7159f488a836afc8.tar.gz u-boot-imx-ca5c37026be4ce984537569d7159f488a836afc8.tar.bz2 |
sunxi: Add support for A33-OLinuXino board
A33-OLinuXino is A33 development board designed by Olimex LTD.
It has AXP223 PMU, 1GB DRAM, a micro SD card, one USB-OTG connector,
headphone and mic jacks, connector for LiPo battery and optional
4GB NAND Flash.
It has two 40-pin headers. One for LCD panel, and one for
additional modules. Also there is CSI/DSI connector.
The dts files are identical to the ones submitted to the upstream kernel.
Signed-off-by: Stefan Mavrodiev <stefan.mavrodiev@gmail.com>
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 cf4d4fb..576a4e1 100644 --- a/board/sunxi/MAINTAINERS +++ b/board/sunxi/MAINTAINERS @@ -88,6 +88,11 @@ M: Iain Paton <ipaton0@gmail.com> S: Maintained F: configs/A20-OLinuXino-Lime2_defconfig +A33-OLINUXINO BOARD +M: Stefan Mavrodiev <stefan.mavrodiev@gmail.com> +S: Maintained +F: configs/A33-OLinuXino_defconfig + AINOL AW1 BOARD M: Paul Kocialkowski <contact@paulk.fr> S: Maintained |