Add device tree for h616 and orangepizero2

This commit is contained in:
pbiel
2023-01-26 14:39:20 +01:00
parent 7c2df0f736
commit bdf63dfd79
3 changed files with 913 additions and 1 deletions

View File

@ -4,7 +4,8 @@
require conf/machine/include/sun50i.inc
PREFERRED_PROVIDER_virtual/kernel = "linux-h616"
PREFERRED_PROVIDER_virtual/kernel = "linux-mainline"
KERNEL_DEVICETREE = "allwinner/sun50i-h616-orangepi-zero2.dtb"
UBOOT_MACHINE = "orangepi_zero2_defconfig"
@ -15,3 +16,4 @@ MACHINEOVERRIDES:append = "sun50i:sun50i-h616:"
# as for now neither graphics nor audio is supported
MACHINE_FEATURES:remove = "alsa x11"
MACHINE_FEATURES:append = "bluetooth wifi"