summaryrefslogtreecommitdiffstats
path: root/import-layers/meta-raspberrypi/conf/machine/raspberrypi.conf
diff options
context:
space:
mode:
Diffstat (limited to 'import-layers/meta-raspberrypi/conf/machine/raspberrypi.conf')
-rw-r--r--import-layers/meta-raspberrypi/conf/machine/raspberrypi.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/import-layers/meta-raspberrypi/conf/machine/raspberrypi.conf b/import-layers/meta-raspberrypi/conf/machine/raspberrypi.conf
new file mode 100644
index 000000000..72beeb881
--- /dev/null
+++ b/import-layers/meta-raspberrypi/conf/machine/raspberrypi.conf
@@ -0,0 +1,12 @@
+#@TYPE: Machine
+#@NAME: RaspberryPi Development Board
+#@DESCRIPTION: Machine configuration for the RaspberryPi http://www.raspberrypi.org/ Board
+
+DEFAULTTUNE ?= "arm1176jzfshf"
+
+require conf/machine/include/tune-arm1176jzf-s.inc
+include conf/machine/include/rpi-base.inc
+
+SERIAL_CONSOLE = "115200 ttyAMA0"
+
+UBOOT_MACHINE = "rpi_config"
OpenPOWER on IntegriCloud