diff options
Diffstat (limited to 'target/linux/ramips/dts/CF-WR800N.dts')
-rw-r--r-- | target/linux/ramips/dts/CF-WR800N.dts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/CF-WR800N.dts b/target/linux/ramips/dts/CF-WR800N.dts index b66df862fb..cfe2541cf3 100644 --- a/target/linux/ramips/dts/CF-WR800N.dts +++ b/target/linux/ramips/dts/CF-WR800N.dts @@ -9,6 +9,10 @@ compatible = "comfast,cf-wr800n", "ralink,mt7620n-soc"; model = "Comfast CF-WR800N"; + aliases { + led-status = &led_wps; + }; + chosen { bootargs = "console=ttyS0,115200"; }; @@ -26,7 +30,7 @@ gpios = <&gpio3 0 GPIO_ACTIVE_LOW>; }; - wps { + led_wps: wps { label = "cf-wr800n:white:wps"; gpios = <&gpio1 15 GPIO_ACTIVE_LOW>; }; |