use immediate set in target Makefiles
[oweals/openwrt.git] / target / linux / lantiq / dts / ARV7525PW.dts
index 00f73562e5937ebe59d07ac3fbde65595038e546..be1bf755a4837b82fbeed2f47ade7be775339e5b 100644 (file)
@@ -7,6 +7,16 @@
 
        chosen {
                bootargs = "console=ttyLTQ0,115200 init=/etc/preinit";
+
+               leds {
+                       boot = &power_green;
+                       failsafe = &power_red;
+                       running = &power_green;
+
+                       dsl = &power_green;
+                       internet = &online;
+                       wifi = &wifi;
+               };
        };
 
        memory@0 {
                                #address-cells = <1>;
                                #size-cells = <1>;
 
-                               partition@0 {
-                                       label = "uboot";
-                                       reg = <0x00000 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>;
+                                               read-only;
+                                       };
+
+                                       partition@20000 {
+                                               label = "firmware";
+                                               reg = <0x20000 0x3d0000>;
+                                       };
+
+                                       boardconfig: partition@400000 {
+                                               label = "board_config";
+                                               reg = <0x3f0000 0x10000>;
+                                               read-only;
+                                       };
                                };
-
-                               partition@10000 {
-                                       label = "uboot_env";
-                                       reg = <0x10000 0x10000>;
-                                       read-only;
-                               };
-
-                               partition@20000 {
-                                       label = "linux";
-                                       reg = <0x20000 0x3d0000>;
-                               };
-
-                               partition@400000 {
-                                       label = "board_config";
-                                       reg = <0x3f0000 0x10000>;
-                                       read-only;
-                               };
-                       };
-
-                       mac_addr {
-                               compatible = "lantiq,eth-mac";
-                               reg = <0 0x3f0016 0x6>;
-                               mac-increment = <2>;
                        };
 
                        ralink_eep {
@@ -84,6 +94,7 @@
 
                etop@E180000 {
                        phy-mode = "mii";
+                       mtd-mac-address = <&boardconfig 0x16>;
                };
 
                pci@E105400 {
 
        gpio-leds {
                compatible = "gpio-leds";
-               power {
-                       label = "power";
+               power_green: power {
+                       label = "arv7525pw:green:power";
                        gpios = <&gpio 3 1>;
+                       default-state = "keep";
                };
-               power1 {
-                       label = "power1";
+               power_red: power1 {
+                       label = "arv7525pw:red:power";
                        gpios = <&gpio 4 1>;
                };
-               online {
-                       label = "online";
+               online: online {
+                       label = "arv7525pw:green:online";
                        gpios = <&gpio 5 1>;
                };
                voice {
-                       label = "voice";
+                       label = "arv7525pw:green:telefonie";
                        gpios = <&gpio 6 1>;
                };
                voice2 {
-                       label = "voice2";
+                       label = "arv7525pw:red:telefonie";
                        gpios = <&gpio 8 1>;
                };
-               wifi {
-                       label = "wifi";
+               wifi: wifi {
+                       label = "arv7525pw:green:wlan";
                        gpios = <&gpio 9 1>;
                };
        };