Like for RTL838x devices, add a pinctrl-single node to manage the
sys-led/gpio0 mux, and allow using the pin as GPIO.

Co-developed-by: INAGAKI Hiroshi <musashino.o...@gmail.com>
Signed-off-by: INAGAKI Hiroshi <musashino.o...@gmail.com>
Signed-off-by: Sander Vanheule <san...@svanheule.net>
---
 target/linux/realtek/dts-5.10/rtl930x.dtsi | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/target/linux/realtek/dts-5.10/rtl930x.dtsi 
b/target/linux/realtek/dts-5.10/rtl930x.dtsi
index a4c9757505f5..991e9e2f9a28 100644
--- a/target/linux/realtek/dts-5.10/rtl930x.dtsi
+++ b/target/linux/realtek/dts-5.10/rtl930x.dtsi
@@ -194,6 +194,21 @@
                };
        };
 
+       pinmux_led: pinmux@1b00a000 {
+               compatible = "pinctrl-single";
+               reg = <0x1b00cc00 0x4>;
+
+               pinctrl-single,bit-per-mux;
+               pinctrl-single,register-width = <32>;
+               pinctrl-single,function-mask = <0x1>;
+               #pinctrl-cells = <2>;
+
+               /* enable GPIO 0 */
+               pinmux_disable_sys_led: disable_sys_led {
+                       pinctrl-single,bits = <0x0 0x0 0x1000>;
+               };
+       };
+
        ethernet0: ethernet@1b00a300 {
                compatible = "realtek,rtl838x-eth";
                reg = <0x1b00a300 0x100>;
-- 
2.33.1


_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to