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@1c20000 {
> +                     status = "okay";
> +             };
> +
> +             gpio: gpio@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 |

_______________________________________________
barebox mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to