balena-allwinner/layers/meta-resin-allwinner/conf/machine/orangepi-plus2.conf
Sebastian Panceac 17960f1ab8 Update kernel to 4.17.3 version for OrangePi Plus2
This kernel version adds support for HDMI video on Allwinner's H3
SoC used by OrangePi Plus2 board
2018-06-28 16:39:46 +02:00

9 lines
330 B
Text

#@TYPE: Machine
#@NAME: Orange Pi Plus 2
#@DESCRIPTION: Machine configuration for the Orange Pi Plus2, based on allwinner H3 CPU http://www.orangepi.org/
require conf/machine/include/sun8i.inc
KERNEL_DEVICETREE = "sun8i-h3-orangepi-plus.dtb"
UBOOT_MACHINE = "orangepi_plus_defconfig"
PREFERRED_VERSION_linux-mainline = "4.17.3"