diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2015-10-15 22:04:10 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-10-20 22:48:29 +0200 |
commit | fd8133b725198978865ead730ff20d3991e05f20 (patch) | |
tree | b1b07870eb45e2414366d5c5630f4ba28a38d320 /board/sunxi | |
parent | 862ba7ed32a16a79ca06d7613e4de7794a20a883 (diff) | |
download | u-boot-imx-fd8133b725198978865ead730ff20d3991e05f20.zip u-boot-imx-fd8133b725198978865ead730ff20d3991e05f20.tar.gz u-boot-imx-fd8133b725198978865ead730ff20d3991e05f20.tar.bz2 |
sunxi: Add CHIP support
The C.H.I.P. is a small SBC with an Allwinner R8, 8GB of NAND, 512MB of
RAM, USB host and OTG, a wifi / bluetooth combo chip, an audio/video jack
and two connectors to plug additional boards on top of it.
The DT is identical to the DT submitted to the upstream kernel.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'board/sunxi')
-rw-r--r-- | board/sunxi/MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS index 99f29d3..96c4f3a 100644 --- a/board/sunxi/MAINTAINERS +++ b/board/sunxi/MAINTAINERS @@ -24,6 +24,7 @@ F: configs/A13-OLinuXino_defconfig F: configs/A13-OLinuXinoM_defconfig F: configs/Auxtek-T003_defconfig F: configs/Auxtek-T004_defconfig +F: configs/CHIP_defconfig F: configs/inet98v_rev2_defconfig F: configs/mk802_a10s_defconfig F: configs/q8_a13_tablet_defconfig |