Newer
Older
barebox / arch / arm / dts / dove-cubox-bb.dts
@Sascha Hauer Sascha Hauer on 29 Apr 2014 271 bytes ARM: dove: Use upstream dtsi file
/*
 * 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";
		};
	};
};