diff options
author | Zoltan HERPAI <wigyori@uid0.hu> | 2017-10-23 22:33:00 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-11-06 16:39:41 +0100 |
commit | f9ecb0d562bd1dab9dadb150f6a6c146b948fc5c (patch) | |
tree | 2b9366aa0d886f35e7b867f364b43da2fdfdb01a /target/linux/sunxi | |
parent | e555153807777539c9b97f8d13563135592d68e7 (diff) | |
download | upstream-f9ecb0d562bd1dab9dadb150f6a6c146b948fc5c.tar.gz upstream-f9ecb0d562bd1dab9dadb150f6a6c146b948fc5c.tar.bz2 upstream-f9ecb0d562bd1dab9dadb150f6a6c146b948fc5c.zip |
sunxi: add Orange Pi 2 support
- H3 @ 1.3 GHz
- 1GiB DDR3
- 10/100Mbps Ethernet
- Realtek RTL8189ETV wifi
- 4 USB 2.0
Difference to the "Orange Pi Plus" is the lack of Gbit ethernet
and lack of onboard flash.
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
Diffstat (limited to 'target/linux/sunxi')
-rw-r--r-- | target/linux/sunxi/image/cortex-a7.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/sunxi/image/cortex-a7.mk b/target/linux/sunxi/image/cortex-a7.mk index d0b7aa04b6..d219a1d097 100644 --- a/target/linux/sunxi/image/cortex-a7.mk +++ b/target/linux/sunxi/image/cortex-a7.mk @@ -136,6 +136,15 @@ endef TARGET_DEVICES += sun8i-h3-orangepi-plus +define Device/sun8i-h3-orangepi-2 + DEVICE_TITLE:=Xunlong Orange Pi 2 + DEVICE_PACKAGES:=kmod-rtc-sunxi + SUPPORTED_DEVICES:=xunlong,orangepi-2 + SUNXI_DTS:=sun8i-h3-orangepi-2 +endef + +TARGET_DEVICES += sun8i-h3-orangepi-2 + define Device/sun7i-a20-pcduino3 DEVICE_TITLE:=LinkSprite pcDuino3 |