aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/dts/ar1004g.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/brcm63xx/dts/ar1004g.dts')
-rw-r--r--target/linux/brcm63xx/dts/ar1004g.dts13
1 files changed, 9 insertions, 4 deletions
diff --git a/target/linux/brcm63xx/dts/ar1004g.dts b/target/linux/brcm63xx/dts/ar1004g.dts
index 479c934ed5..eb6d9a2b20 100644
--- a/target/linux/brcm63xx/dts/ar1004g.dts
+++ b/target/linux/brcm63xx/dts/ar1004g.dts
@@ -21,7 +21,7 @@
reset {
label = "reset";
- gpios = <&gpio1 1 1>;
+ gpios = <&pinctrl 33 1>;
linux,code = <KEY_RESTART>;
};
};
@@ -31,16 +31,16 @@
power_green {
label = "AR1004G:green:power";
- gpios = <&gpio0 0 1>;
+ gpios = <&pinctrl 0 1>;
default-state = "on";
};
inet_green {
label = "AR1004G:green:inet";
- gpios = <&gpio0 3 1>;
+ gpios = <&pinctrl 3 1>;
};
power_red {
label = "AR1004G:red:power";
- gpios = <&gpio0 6 1>;
+ gpios = <&pinctrl 6 1>;
};
};
};
@@ -66,3 +66,8 @@
reg = <0x3f0000 0x010000>;
};
};
+
+&pinctrl {
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_ext_mii &pinctrl_pci>;
+};