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

Commit a4604f4d authored by Chris Brandt's avatar Chris Brandt Committed by Simon Horman
Browse files

ARM: dts: rskrza1: Add LED0 pin support



Add pin configuration for LED0 which is connected to a GPIO.

Signed-off-by: default avatarChris Brandt <chris.brandt@renesas.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 35ff4c0e
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -10,6 +10,7 @@


/dts-v1/;
/dts-v1/;
#include "r7s72100.dtsi"
#include "r7s72100.dtsi"
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/pinctrl/r7s72100-pinctrl.h>
#include <dt-bindings/pinctrl/r7s72100-pinctrl.h>


/ {
/ {
@@ -34,6 +35,15 @@
		#address-cells = <1>;
		#address-cells = <1>;
		#size-cells = <1>;
		#size-cells = <1>;
	};
	};

	leds {
		status = "okay";
		compatible = "gpio-leds";

		led0 {
			gpios = <&port7 1 GPIO_ACTIVE_LOW>;
		};
	};
};
};


&extal_clk {
&extal_clk {