summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/dove-cubox-bb.dts
blob: a310a417092e96f55200da52806bcdd56c3fed5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Barebox specific DT overlay for SolidRun CuBox
 *   Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
 */

#include "arm/dove-cubox.dts"

/ {
	chosen {
		stdout-path = &uart0;
	};
};

&{/leds/led-power} {
		barebox,default-trigger = "heartbeat";
};