brcm63xx: use bcm6328 and bcm6358 LED drivers
[openwrt/staging/noltari.git] / target / linux / brcm63xx / dts / vr-3025un.dts
index 124045f4f52fdacb20fbefbacc2c63d828aaa8fa..47527584a649a4c12c7a76f05ca5d5be76c022c2 100644 (file)
@@ -8,6 +8,10 @@
        model = "Comtrend VR-3025un";
        compatible = "comtrend,vr-3025un", "brcm,bcm6368";
 
+       chosen {
+               bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
+       };
+
        gpio-keys-polled {
                compatible = "gpio-keys-polled";
                #address-cells = <1>;
@@ -17,7 +21,7 @@
 
                reset {
                        label = "reset";
-                       gpios = <&gpio1 2 1>;
+                       gpios = <&pinctrl 34 1>;
                        linux,code = <KEY_RESTART>;
                };
        };
 
                dsl_green {
                        label = "VR-3025un:green:dsl";
-                       gpios = <&gpio0 2 1>;
+                       gpios = <&pinctrl 2 1>;
                };
                inet_green {
                        label = "VR-3025un:green:inet";
-                       gpios = <&gpio0 5 0>;
-               };
-               lan1_green {
-                       label = "VR-3025un:green:lan1";
-                       gpios = <&gpio0 6 1>;
-               };
-               lan2_green {
-                       label = "VR-3025un:green:lan2";
-                       gpios = <&gpio0 7 1>;
-               };
-               lan3_green {
-                       label = "VR-3025un:green:lan3";
-                       gpios = <&gpio0 8 1>;
-               };
-               iptv_green {
-                       label = "VR-3025un:green:iptv";
-                       gpios = <&gpio0 9 1>;
+                       gpios = <&pinctrl 5 0>;
                };
                power_green {
                        label = "VR-3025un:green:power";
-                       gpios = <&gpio0 22 0>;
+                       gpios = <&pinctrl 22 0>;
                        default-state = "on";
                };
                power_red {
                        label = "VR-3025un:red:power";
-                       gpios = <&gpio0 24 0>;
+                       gpios = <&pinctrl 24 0>;
                };
                inet_red {
                        label = "VR-3025un:red:inet";
-                       gpios = <&gpio0 31 0>;
+                       gpios = <&pinctrl 31 0>;
                };
        };
 };
@@ -86,3 +74,8 @@
                reg = <0x7f0000 0x010000>;
        };
 };
+
+&pinctrl {
+       pinctrl-names = "default";
+       pinctrl-0 = <&pinctrl_pci &pinctrl_ephy0_led &pinctrl_ephy1_led &pinctrl_ephy2_led &pinctrl_ephy3_led>;
+};