blob: 7c2b81193736903cd20f6b2b9585070455107c8c [file] [log] [blame]
Patrick Williams8b8bc412016-08-17 15:02:23 -05001#@TYPE: Machine
2#@NAME: RaspberryPi Zero Development Board
3#@DESCRIPTION: Machine configuration for the RaspberryPi Zero board (https://www.raspberrypi.org/blog/raspberry-pi-zero)
4
5MACHINEOVERRIDES = "raspberrypi:${MACHINE}"
6include conf/machine/raspberrypi.conf
7
8SERIAL_CONSOLE = "115200 ttyAMA0"
Patrick Williamsb2e6a9b2017-02-23 20:31:26 -06009VC4_CMA_SIZE ?= "cma-128"