mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2025-07-13 14:34:31 +02:00
orange-pi-zero-plus2: add new board
Orange Pi Zero Plus2 board is based on AllWinner H5 SoC. For more details on its hardware see linux-sunxi wiki: http://linux-sunxi.org/Xunlong_Orange_Pi_Zero_Plus_2 This patch enables basic support for orange-pi-zero-plus2 board: - mainline kernel 4.14.2 - mainline u-boot 2017.11 - dts kernel patch that fixes boot from SD card - dts kernel patch enabling AP6212 WiFi/BT chip Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
This commit is contained in:
11
conf/machine/orange-pi-zero-plus2.conf
Normal file
11
conf/machine/orange-pi-zero-plus2.conf
Normal file
@ -0,0 +1,11 @@
|
||||
#@TYPE: Machine
|
||||
#@NAME: orange-pi-zero-plus2
|
||||
#@DESCRIPTION: Machine configuration for the orange-pi-zero-plus2, base on Allwinner H5 CPU
|
||||
|
||||
|
||||
require conf/machine/include/sun50i.inc
|
||||
|
||||
PREFERRED_VERSION_u-boot = "v2017.11%"
|
||||
|
||||
KERNEL_DEVICETREE = "allwinner/sun50i-h5-orangepi-zero-plus2.dtb"
|
||||
UBOOT_MACHINE = "orangepi_zero_plus2_defconfig"
|
Reference in New Issue
Block a user