Skip to content

Commit

Permalink
arm64: dts: h3ulcb: enable GPIO leds
Browse files Browse the repository at this point in the history
This supports GPIO leds on H3ULCB board

Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
  • Loading branch information
Vladimir Barinov authored and Simon Horman committed Sep 8, 2016
1 parent 2627d51 commit e8c841f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,17 @@
reg = <0x0 0x48000000 0x0 0x38000000>;
};

leds {
compatible = "gpio-leds";

led5 {
gpios = <&gpio6 12 GPIO_ACTIVE_HIGH>;
};
led6 {
gpios = <&gpio6 13 GPIO_ACTIVE_HIGH>;
};
};

keyboard {
compatible = "gpio-keys";

Expand Down

0 comments on commit e8c841f

Please sign in to comment.