blob: accdf3ce3c43bbd2378542bda6d3e190d72f92b2 [file] [log] [blame]
Brad Bishop3a5fbf52017-12-04 02:17:07 -05001#@TYPE: Machine
2#@NAME: RaspberryPi Zero WiFi Development Board
3#@DESCRIPTION: Machine configuration for the RaspberryPi Zero WiFi board (https://www.raspberrypi.org/blog/raspberry-pi-zero-w-joins-family/)
4
5DEFAULTTUNE ?= "arm1176jzfshf"
6require conf/machine/include/tune-arm1176jzf-s.inc
7include conf/machine/include/rpi-base.inc
8
Brad Bishop316dfdd2018-06-25 12:45:53 -04009MACHINE_EXTRA_RRECOMMENDS += "\
10 linux-firmware-bcm43430 \
11 linux-firmware-bcm43430a1-hcd \
12"
Brad Bishop3a5fbf52017-12-04 02:17:07 -050013
14SDIMG_KERNELIMAGE ?= "kernel.img"
Brad Bishop316dfdd2018-06-25 12:45:53 -040015UBOOT_MACHINE ?= "rpi_0_w_defconfig"
Brad Bishop3a5fbf52017-12-04 02:17:07 -050016SERIAL_CONSOLE ?= "115200 ttyS0"
17VC4_CMA_SIZE ?= "cma-128"