diff options
Diffstat (limited to 'target/linux/brcm63xx/dts/cvg834g.dts')
-rw-r--r-- | target/linux/brcm63xx/dts/cvg834g.dts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/dts/cvg834g.dts b/target/linux/brcm63xx/dts/cvg834g.dts index 84810033bf..d75316b38b 100644 --- a/target/linux/brcm63xx/dts/cvg834g.dts +++ b/target/linux/brcm63xx/dts/cvg834g.dts @@ -5,6 +5,16 @@ / { model = "Netgear CVG834G"; compatible = "netgear,cvg834g", "brcm,bcm6348"; + + gpio-leds { + compatible = "gpio-leds"; + + power_green { + label = "CVG834G:green:power"; + gpios = <&gpio1 5 0>; + default-state = "on"; + }; + }; }; &pflash { |