Patrick Williams | 8b8bc41 | 2016-08-17 15:02:23 -0500 | [diff] [blame] | 1 | #@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 | |||||
5 | MACHINEOVERRIDES = "raspberrypi:${MACHINE}" | ||||
6 | include conf/machine/raspberrypi.conf | ||||
7 | |||||
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 8 | SERIAL_CONSOLES ?= "115200;ttyAMA0" |