Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14692739 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Simon Horman
Browse files

ARM: shmobile: kzm9g-reference: Add LED1-LED4 to the device tree



LED1 to LED4 are GPIO LEDs. Add corresponding DT nodes.

Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent f8f77ce9
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -89,6 +89,22 @@
		vddvario-supply = <&reg_1p8v>;
		vdd33a-supply = <&reg_3p3v>;
	};

	leds {
		compatible = "gpio-leds";
		led1 {
			gpios = <&pfc 20 GPIO_ACTIVE_LOW>;
		};
		led2 {
			gpios = <&pfc 21 GPIO_ACTIVE_LOW>;
		};
		led3 {
			gpios = <&pfc 22 GPIO_ACTIVE_LOW>;
		};
		led4 {
			gpios = <&pfc 23 GPIO_ACTIVE_LOW>;
		};
	};
};

&i2c0 {