Add initial support for Orange pi 3 lts. Includes u-boot patches for supporting this board and kernel patches ported from buildroot.

This commit is contained in:
ludiazv
2023-10-09 12:39:22 +02:00
parent 23a0df0eda
commit 14112251ec
25 changed files with 215169 additions and 0 deletions

View File

@ -0,0 +1,15 @@
#@TYPE: Machine
#@NAME: orange-pi-3lts
#@DESCRIPTION: Machine configuration for the Orange Pi 3 LTS , based on Allwinner H6 CPU
require conf/machine/include/sun50i-h6.inc
KERNEL_DEVICETREE = "allwinner/sun50i-h6-orangepi-3-lts.dtb"
UBOOT_MACHINE = "orangepi_3_lts_defconfig"
SPL_BINARY = "u-boot-sunxi-with-spl.bin"
# as for now neither graphics nor audio is supported
#MACHINE_FEATURES:remove = "alsa x11 bluetooth wifi"
#MACHINE_FEATURES:append = "bluetooth wifi"