lantiq: use ath, eep-flash/mac-offset for ath eep nodes
[openwrt/openwrt.git] / target / linux / lantiq / dts / ARV7518PW.dts
index 7693bc266264f027aac819b7880d8efc4997adce..380ba151721847709634ebb5bd973df8faf42189 100644 (file)
@@ -9,10 +9,12 @@
                bootargs = "console=ttyLTQ0,115200 init=/etc/preinit";
 
                leds {
+                       boot = &power_green;
+                       failsafe = &power_red;
+                       running = &power_green;
+
                        dsl = &dsl;
-                       internet = &online;
-                       power = &power;
-                       power2 = &power2;
+                       internet = &online_green;
                        usb = &usb;
                        wifi = &wifi;
                };
                                #address-cells = <1>;
                                #size-cells = <1>;
 
-                               partition@0 {
-                                       label = "uboot";
-                                       reg = <0x00000 0x10000>;
-                                       read-only;
-                               };
-
-                               partition@10000 {
-                                       label = "uboot_env";
-                                       reg = <0x10000 0x10000>;
-                               };
-
-                               partition@20000 {
-                                       label = "firmware";
-                                       reg = <0x20000 0x7d0000>;
-                               };
-
-                               partition@400000 {
-                                       label = "boardconfig";
-                                       reg = <0x7f0000 0x10000>;
-                                       read-only;
+                               partitions {
+                                       compatible = "fixed-partitions";
+                                       #address-cells = <1>;
+                                       #size-cells = <1>;
+
+                                       partition@0 {
+                                               label = "uboot";
+                                               reg = <0x00000 0x10000>;
+                                               read-only;
+                                       };
+
+                                       partition@10000 {
+                                               label = "uboot_env";
+                                               reg = <0x10000 0x10000>;
+                                       };
+
+                                       partition@20000 {
+                                               label = "firmware";
+                                               reg = <0x20000 0x7d0000>;
+                                       };
+
+                                       boardconfig: partition@400000 {
+                                               label = "boardconfig";
+                                               reg = <0x7f0000 0x10000>;
+                                               read-only;
+                                       };
                                };
                        };
 
@@ -78,8 +86,8 @@
 
                        ath9k_eep {
                                compatible = "ath9k,eeprom";
-                               reg = <0 0x7f0400 0x1000
-                                       0 0x7f0016 0x6>;
+                               ath,eep-flash = <&boardconfig 0x400>;
+                               ath,mac-offset = <0x16>;
                                ath,mac-increment = <1>;
                                ath,pci-slot = <14>;
                                ath,eep-endian;
 
        gpio-leds {
                compatible = "gpio-leds";
-               power: power {
-                       label = "power";
+               power_green: power {
+                       label = "arv7518pw:green:power";
                        gpios = <&gpio 2 1>;
+                       default-state = "keep";
                };
                dsl: dsl {
-                       label = "dsl";
+                       label = "arv7518pw:green:dsl";
                        gpios = <&gpio 4 1>;
                };
-               online: online {
-                       label = "online";
+               online_green: online {
+                       label = "arv7518pw:green:internet";
                        gpios = <&gpio 5 1>;
                };
                wifi: wifi {
-                       label = "wifi";
+                       label = "arv7518pw:green:wlan";
                        gpios = <&gpio 6 1>;
                };
-               power2: power2 {
-                       label = "power2";
+               power_red: power2 {
+                       label = "arv7518pw:red:power";
                        gpios = <&gpio 7 1>;
                };
                online2 {
-                       label = "online2";
+                       label = "arv7518pw:red:internet";
                        gpios = <&gpio 8 1>;
                };
                usb: usb {
-                       label = "usb";
+                       label = "arv7518pw:green:usb";
                        gpios = <&gpio 19 1>;
                };
                voice {
-                       label = "voice";
+                       label = "arv7518pw:green:voip";
                        gpios = <&gpiomm 0 1>;
                };
                fxs1 {
-                       label = "fxs1";
+                       label = "arv7518pw:green:phone1";
                        gpios = <&gpiomm 1 1>;
                };
                fxs2 {
-                       label = "fxs2";
+                       label = "arv7518pw:green:phone2";
                        gpios = <&gpiomm 2 1>;
                };
-               fxo {
-                       label = "fxo";
+               unlabeled {
+                       label = "arv7518pw:amber:unlabeled";
                        gpios = <&gpiomm 3 1>;
                };
                wps {
-                       label = "wps";
+                       label = "arv7518pw:amber:wps";
                        gpios = <&gpiomm 4 1>;
                };
                wps2 {
-                       label = "wps2";
+                       label = "arv7518pw:green:wps";
                        gpios = <&gpiomm 5 1>;
                };
                wps3 {
-                       label = "wps3";
+                       label = "arv7518pw:red:wps";
                        gpios = <&gpiomm 6 1>;
                };
        };