mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 14:28:22 +01:00
7037d13e6a
Add machine description for Orange Pi Zero board. Detailed hardware overview is available at the following linux-sunxi wiki page: http://linux-sunxi.org/Orange_Pi_Zero Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
14 lines
379 B
Plaintext
14 lines
379 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: orange-pi-one
|
|
#@DESCRIPTION: Machine configuration for the orange-pi-one, base on allwinner H3 CPU
|
|
|
|
require conf/machine/include/sun8i.inc
|
|
|
|
PREFERRED_VERSION_linux = "4.11.0+git%"
|
|
PREFERRED_VERSION_u-boot = "v2017.03%"
|
|
|
|
KERNEL_DEVICETREE = "sun8i-h2-plus-orangepi-zero.dtb"
|
|
UBOOT_MACHINE = "orangepi_zero_defconfig"
|
|
|
|
DEFAULTTUNE = "cortexa7hf-neon-vfpv4"
|