X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fdts%2FFIREWRT.dts;h=5a65ec1d81e9b64f8e4e4dbaa3d6680ebb8242a5;hb=c9c4b2116c0984eb8baeff03e806030ee9c6175f;hp=262dbb5f576a86a313b78b92849bb4c40a073d75;hpb=1ef65ceeafa9f1d5f4c0e0fe851907a4c8afa483;p=openwrt%2Fstaging%2Fdedeckeh.git diff --git a/target/linux/ramips/dts/FIREWRT.dts b/target/linux/ramips/dts/FIREWRT.dts index 262dbb5f57..5a65ec1d81 100644 --- a/target/linux/ramips/dts/FIREWRT.dts +++ b/target/linux/ramips/dts/FIREWRT.dts @@ -9,6 +9,10 @@ compatible = "firefly,firewrt", "mediatek,mt7621-soc"; model = "Firefly FireWRT"; + aliases { + led-status = &led_power; + }; + memory@0 { device_type = "memory"; reg = <0x0 0x1c000000>, <0x20000000 0x4000000>; @@ -21,7 +25,7 @@ gpio-leds { compatible = "gpio-leds"; - power { + led_power: power { label = "firewrt:green:power"; gpios = <&gpio0 22 GPIO_ACTIVE_LOW>; };