summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/dove-cubox-bb.dts
diff options
context:
space:
mode:
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>2014-02-07 18:42:52 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-02-10 09:09:49 +0100
commitfc146460e3b52d8e31718e3af33dcf2dc69581d8 (patch)
tree444e554d9d865905a41a0c2d5115a205c64a299a /arch/arm/dts/dove-cubox-bb.dts
parent1cae0ff61973697d785a4852998d7b802d165dad (diff)
downloadbarebox-fc146460e3b52d8e31718e3af33dcf2dc69581d8.tar.gz
barebox-fc146460e3b52d8e31718e3af33dcf2dc69581d8.tar.xz
ARM: dove: separate barebox-specific DT changes
To ease DT import from Linux, which is still maintained in-tree, we separate barebox-specific changes by including the original dts in a separate DT file. This allows to overlay modifications and keep clean DT history. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/dts/dove-cubox-bb.dts')
-rw-r--r--arch/arm/dts/dove-cubox-bb.dts18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/dts/dove-cubox-bb.dts b/arch/arm/dts/dove-cubox-bb.dts
new file mode 100644
index 0000000000..3d1e5b4fa6
--- /dev/null
+++ b/arch/arm/dts/dove-cubox-bb.dts
@@ -0,0 +1,18 @@
+/*
+ * Barebox specific DT overlay for SolidRun CuBox
+ * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
+ */
+
+#include "dove-cubox.dts"
+
+/ {
+ chosen {
+ linux,stdout-path = &uart0;
+ };
+
+ leds {
+ power {
+ barebox,default-trigger = "heartbeat";
+ };
+ };
+};