diff --git a/target/linux/ath79/dts/ar1022_sitecom_wlr-7100.dts b/target/linux/ath79/dts/ar1022_sitecom_wlr-7100.dts index a8589b769f7..840503933b9 100644 --- a/target/linux/ath79/dts/ar1022_sitecom_wlr-7100.dts +++ b/target/linux/ath79/dts/ar1022_sitecom_wlr-7100.dts @@ -35,6 +35,8 @@ leds { compatible = "gpio-leds"; + pinctrl-names = "default"; + pinctrl-0 = <&enable_gpio_11>; ops { label = "white:ops"; @@ -47,6 +49,13 @@ gpios = <&gpio 2 GPIO_ACTIVE_LOW>; default-state = "on"; }; + + wlan5g { + function = LED_FUNCTION_WLAN_5GHZ; + color = ; + gpios = <&gpio 11 GPIO_ACTIVE_LOW>; + linux,default-trigger = "phy0tpt"; + }; }; }; @@ -94,6 +103,12 @@ }; }; +&pinmux { + enable_gpio_11: pinmux-enable-gpio-11 { + pinctrl-single,bits = <0x8 0x0 0xff000000>; + }; +}; + &ref { clock-frequency = <25000000>; };