[PATCH v2 08/10] ARM: davinci: add virt2real board support

Sascha Hauer s.hauer at pengutronix.de
Tue Mar 18 12:56:11 EDT 2014


On Sun, Mar 16, 2014 at 05:48:19PM +0400, Antony Pavlov wrote:
> The virt2real microcontroller, or virturilka,
> is a miniature board for creation of WiFi
> or internet controllable smart devices.
> 
> See http://virt2real.com for details.
> +/ {
> +	model = "virt2real";
> +
> +	memory {
> +		reg = <0x82000000 0x01000000>;
> +	};
> +
> +	soc {
> +		serial0: serial at 1c20000 {
> +			status = "okay";
> +		};
> +
> +		gpio: gpio at 1c67000 {
> +			status = "okay";
> +		};
> +	};
> +
> +	leds {
> +		compatible = "gpio-leds";
> +
> +		green_led {
> +			label = "green led";
> +			gpios = <&gpio 73 0>;
> +		};

You should use labels without whitespaces. I'm not sure if all layers in
barebox and the kernel handle whitespaces correctly.

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the barebox mailing list