diff options
Diffstat (limited to 'target/linux/ramips/dts/PWH2004.dts')
-rw-r--r-- | target/linux/ramips/dts/PWH2004.dts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/PWH2004.dts b/target/linux/ramips/dts/PWH2004.dts index c086894fd2..332e82265f 100644 --- a/target/linux/ramips/dts/PWH2004.dts +++ b/target/linux/ramips/dts/PWH2004.dts @@ -9,6 +9,10 @@ compatible = "prolink,pwh2004", "ralink,rt3052-soc"; model = "Prolink PWH2004"; + aliases { + led-status = &led_power; + }; + cfi@1f000000 { compatible = "cfi-flash"; reg = <0x1f000000 0x800000>; @@ -49,7 +53,7 @@ gpios = <&gpio0 14 GPIO_ACTIVE_LOW>; }; - power { + led_power: power { label = "pwh2004:green:power"; gpios = <&gpio0 9 GPIO_ACTIVE_LOW>; }; |