summaryrefslogtreecommitdiff
path: root/meta-raspberrypi/conf/machine/raspberrypi0-2w.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-raspberrypi/conf/machine/raspberrypi0-2w.conf')
-rw-r--r--meta-raspberrypi/conf/machine/raspberrypi0-2w.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-raspberrypi/conf/machine/raspberrypi0-2w.conf b/meta-raspberrypi/conf/machine/raspberrypi0-2w.conf
new file mode 100644
index 0000000000..c360d90ff9
--- /dev/null
+++ b/meta-raspberrypi/conf/machine/raspberrypi0-2w.conf
@@ -0,0 +1,17 @@
+#@TYPE: Machine
+#@NAME: RaspberryPi0 2 Wifi Development Board
+#@DESCRIPTION: Machine configuration for the RaspberryPi0 2 Wifi in 32 bits mode
+
+include conf/machine/raspberrypi3.conf
+
+MACHINEOVERRIDES := "${@'${MACHINEOVERRIDES}'.replace(':${MACHINE}',':raspberrypi3:${MACHINE}')}"
+
+MACHINE_EXTRA_RRECOMMENDS += "\
+ linux-firmware-rpidistro-bcm43436 \
+ linux-firmware-rpidistro-bcm43436s \
+ bluez-firmware-rpidistro-bcm43430b0-hcd \
+"
+
+RPI_KERNEL_DEVICETREE = " \
+ bcm2710-rpi-zero-2.dtb \
+ "