diff options
| author | Rafał Miłecki <zajec5@gmail.com> | 2014-10-01 09:45:29 -0400 |
|---|---|---|
| committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-11-27 16:30:32 -0500 |
| commit | dd6d2e5f4bbb828268506e9d6b772fffe101e76c (patch) | |
| tree | 39b187179f1a72ce13c6fc5ef97f9a38b1b1f014 | |
| parent | fb026d3de33b317202838d10bc77cf8ca6e8af3b (diff) | |
ARM: BCM5301X: Add LEDs for Netgear R6250 V1
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | arch/arm/boot/dts/bcm4708-netgear-r6250.dts | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm4708-netgear-r6250.dts b/arch/arm/boot/dts/bcm4708-netgear-r6250.dts index 3b5259de5a38..58d999d79124 100644 --- a/arch/arm/boot/dts/bcm4708-netgear-r6250.dts +++ b/arch/arm/boot/dts/bcm4708-netgear-r6250.dts | |||
| @@ -32,4 +32,38 @@ | |||
| 32 | status = "okay"; | 32 | status = "okay"; |
| 33 | }; | 33 | }; |
| 34 | }; | 34 | }; |
| 35 | |||
| 36 | leds { | ||
| 37 | compatible = "gpio-leds"; | ||
| 38 | |||
| 39 | logo { | ||
| 40 | label = "bcm53xx:white:logo"; | ||
| 41 | gpios = <&chipcommon 1 GPIO_ACTIVE_HIGH>; | ||
| 42 | linux,default-trigger = "default-on"; | ||
| 43 | }; | ||
| 44 | |||
| 45 | power0 { | ||
| 46 | label = "bcm53xx:green:power"; | ||
| 47 | gpios = <&chipcommon 2 GPIO_ACTIVE_LOW>; | ||
| 48 | linux,default-trigger = "default-off"; | ||
| 49 | }; | ||
| 50 | |||
| 51 | power1 { | ||
| 52 | label = "bcm53xx:amber:power"; | ||
| 53 | gpios = <&chipcommon 3 GPIO_ACTIVE_LOW>; | ||
| 54 | linux,default-trigger = "default-on"; | ||
| 55 | }; | ||
| 56 | |||
| 57 | usb { | ||
| 58 | label = "bcm53xx:blue:usb"; | ||
| 59 | gpios = <&chipcommon 8 GPIO_ACTIVE_LOW>; | ||
| 60 | linux,default-trigger = "default-off"; | ||
| 61 | }; | ||
| 62 | |||
| 63 | wireless { | ||
| 64 | label = "bcm53xx:blue:wireless"; | ||
| 65 | gpios = <&chipcommon 11 GPIO_ACTIVE_LOW>; | ||
| 66 | linux,default-trigger = "default-off"; | ||
| 67 | }; | ||
| 68 | }; | ||
| 35 | }; | 69 | }; |
