mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 14:28:22 +01:00
72c0f7aa6e
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>
12 lines
334 B
Plaintext
12 lines
334 B
Plaintext
#@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"
|