aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/dts/bcm96348GW.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/brcm63xx/dts/bcm96348GW.dts')
-rw-r--r--target/linux/brcm63xx/dts/bcm96348GW.dts17
1 files changed, 11 insertions, 6 deletions
diff --git a/target/linux/brcm63xx/dts/bcm96348GW.dts b/target/linux/brcm63xx/dts/bcm96348GW.dts
index 76995621db..d7511b0528 100644
--- a/target/linux/brcm63xx/dts/bcm96348GW.dts
+++ b/target/linux/brcm63xx/dts/bcm96348GW.dts
@@ -21,7 +21,7 @@
reset {
label = "reset";
- gpios = <&gpio1 4 1>;
+ gpios = <&pinctrl 36 1>;
linux,code = <KEY_RESTART>;
};
};
@@ -31,24 +31,24 @@
power_green {
label = "96348GW:green:power";
- gpios = <&gpio0 0 1>;
+ gpios = <&pinctrl 0 1>;
default-state = "on";
};
stop_green {
label = "96348GW:green:stop";
- gpios = <&gpio0 1 1>;
+ gpios = <&pinctrl 1 1>;
};
adsl_fail_green {
label = "96348GW:green:adsl-fail";
- gpios = <&gpio0 2 1>;
+ gpios = <&pinctrl 2 1>;
};
ppp_green {
label = "96348GW:green:ppp";
- gpios = <&gpio0 3 1>;
+ gpios = <&pinctrl 3 1>;
};
ppp_fail_green {
label = "96348GW:green:ppp-fail";
- gpios = <&gpio0 4 1>;
+ gpios = <&pinctrl 4 1>;
};
};
};
@@ -58,3 +58,8 @@
linux,part-probe = "bcm63xxpart";
};
+
+&pinctrl {
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii>;
+};