diff options
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | 2016-08-24 21:22:22 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-08-26 15:40:34 +0200 |
commit | 996453571b33ba2ae07211ff9e8a09b28e49aec5 (patch) | |
tree | d357fe54c6a7e46908c90dcca9b6db79d17cddc7 /arch/arm/boot/dts/r8a7792-blanche.dts | |
parent | ARM: dts: r8a7792: add VSP1V support (diff) | |
download | linux-996453571b33ba2ae07211ff9e8a09b28e49aec5.tar.xz linux-996453571b33ba2ae07211ff9e8a09b28e49aec5.zip |
ARM: dts: blanche: add support for general purpose LEDs
Add support for the general purpose LEDs on the Blanche board.
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a7792-blanche.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7792-blanche.dts | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7792-blanche.dts b/arch/arm/boot/dts/r8a7792-blanche.dts index 3c6f42b9fe9f..f3ea43b7b724 100644 --- a/arch/arm/boot/dts/r8a7792-blanche.dts +++ b/arch/arm/boot/dts/r8a7792-blanche.dts @@ -159,6 +159,23 @@ }; }; + leds { + compatible = "gpio-leds"; + + led17 { + gpios = <&gpio10 10 GPIO_ACTIVE_HIGH>; + }; + led18 { + gpios = <&gpio10 11 GPIO_ACTIVE_HIGH>; + }; + led19 { + gpios = <&gpio10 12 GPIO_ACTIVE_HIGH>; + }; + led20 { + gpios = <&gpio10 23 GPIO_ACTIVE_HIGH>; + }; + }; + vcc_sdhi0: regulator-vcc-sdhi0 { compatible = "regulator-fixed"; |