From 948205c5535e5291e073d1937f9ae1afd828d275 Mon Sep 17 00:00:00 2001 From: Marek Belisko Date: Thu, 2 Feb 2023 18:05:29 +0100 Subject: [PATCH] conf: Added machine definition for orange-pi-zero-2 Signed-off-by: Marek Belisko Signed-off-by: pbiel --- conf/machine/orange-pi-zero2.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 conf/machine/orange-pi-zero2.conf diff --git a/conf/machine/orange-pi-zero2.conf b/conf/machine/orange-pi-zero2.conf new file mode 100644 index 0000000..9e512a1 --- /dev/null +++ b/conf/machine/orange-pi-zero2.conf @@ -0,0 +1,12 @@ +#@TYPE: Machine +#@NAME: orange-pi-zero-2 +#@DESCRIPTION: Machine configuration for the orange-pi-zero-2, based on Allwinner H616 CPU + +require conf/machine/include/sun50i.inc + +KERNEL_DEVICETREE = "allwinner/sun50i-h616-orangepi-zero2.dtb" +UBOOT_MACHINE = "orangepi_zero2_defconfig" + +# as for now neither graphics nor audio is supported +MACHINE_FEATURES:remove = "alsa x11" +MACHINE_FEATURES:append = "bluetooth wifi"