brcm63xx: use bcm6328 and bcm6358 LED drivers
[openwrt/staging/noltari.git] / target / linux / brcm63xx / dts / vr-3025u.dts
index a48b8f96afcfa09478ff8db3298e9540f5532571..c9c10c4b818af675071b45ce46b502c4d177e179 100644 (file)
@@ -1,11 +1,17 @@
 /dts-v1/;
 
-/include/ "bcm6368.dtsi"
+#include "bcm6368.dtsi"
+
+#include <dt-bindings/input/input.h>
 
 / {
        model = "Comtrend VR-3025u";
        compatible = "comtrend,vr-3025u", "brcm,bcm6368";
 
+       chosen {
+               bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
+       };
+
        gpio-keys-polled {
                compatible = "gpio-keys-polled";
                #address-cells = <1>;
@@ -15,8 +21,8 @@
 
                reset {
                        label = "reset";
-                       gpios = <&gpio1 2 1>;
-                       linux,code = <0x198>;
+                       gpios = <&pinctrl 34 1>;
+                       linux,code = <KEY_RESTART>;
                };
        };
 
 
                dsl_green {
                        label = "VR-3025u:green:dsl";
-                       gpios = <&gpio0 2 1>;
+                       gpios = <&pinctrl 2 1>;
                };
                inet_green {
                        label = "VR-3025u:green:inet";
-                       gpios = <&gpio0 5 0>;
-               };
-               lan1_green {
-                       label = "VR-3025u:green:lan1";
-                       gpios = <&gpio0 6 1>;
-               };
-               lan2_green {
-                       label = "VR-3025u:green:lan2";
-                       gpios = <&gpio0 7 1>;
-               };
-               lan3_green {
-                       label = "VR-3025u:green:lan3";
-                       gpios = <&gpio0 8 1>;
-               };
-               lan4_green {
-                       label = "VR-3025u:green:lan4";
-                       gpios = <&gpio0 9 1>;
+                       gpios = <&pinctrl 5 0>;
                };
                power_green {
                        label = "VR-3025u:green:power";
-                       gpios = <&gpio0 22 0>;
+                       gpios = <&pinctrl 22 0>;
                        default-state = "on";
                };
                power_red {
                        label = "VR-3025u:red:power";
-                       gpios = <&gpio0 24 0>;
+                       gpios = <&pinctrl 24 0>;
                };
                inet_red {
                        label = "VR-3025u:red:inet";
-                       gpios = <&gpio0 31 0>;
+                       gpios = <&pinctrl 31 0>;
                };
        };
 };
@@ -84,3 +74,8 @@
                reg = <0x1fe0000 0x020000>;
        };
 };
+
+&pinctrl {
+       pinctrl-names = "default";
+       pinctrl-0 = <&pinctrl_pci &pinctrl_ephy0_led &pinctrl_ephy1_led &pinctrl_ephy2_led &pinctrl_ephy3_led>;
+};