ramips: use consistent naming scheme for LEDs
[openwrt/staging/florian.git] / target / linux / ramips / dts / ALL5003.dts
index d599e71efc1a6a0b1f826e96688302d8988e056a..c2561452e8db9d2abfd32bc27b5e057b8c3585b6 100644 (file)
@@ -13,6 +13,7 @@
 
                spi@b00 {
                        status = "okay";
+
                        m25p80@0 {
                                #address-cells = <1>;
                                #size-cells = <1>;
                };
        };
 
+       ethernet@10100000 {
+               mtd-mac-address = <&factory 0x28>;
+       };
+
        esw@10110000 {
                ralink,portmap = <0x3f>;
        };
 
+       wmac@10180000 {
+               ralink,mtd-eeprom = <&factory 0>;
+       };
+
        ehci@101c0000 {
                status = "okay";
        };
@@ -70,7 +79,6 @@
 
        i2c-gpio {
                compatible = "i2c-gpio";
-
                gpios = <&gpio0 1 0 &gpio0 2 0>;
                i2c-gpio,delay-us = <10>;
 
 
        gpio-leds {
                compatible = "gpio-leds";
+
                ld1 {
-                       label = "allnet:green:ld1";
+                       label = "all5003:green:ld1";
                        gpios = <&pcf0 0 1>;
                };
+
                ld2 {
-                       label = "allnet:green:ld2";
+                       label = "all5003:green:ld2";
                        gpios = <&pcf0 1 1>;
                };
        };