summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/dove-cubox-bb.dts
blob: 06966d9c2ee20e7b85ddae30e4360787744b463e (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/power} {
		barebox,default-trigger = "heartbeat";
};