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

#include "arm/dove-cubox.dts"

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

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