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

Commit acf3b20c authored by Thor Thayer's avatar Thor Thayer Committed by Dinh Nguyen
Browse files

ARM: dts: socfpga: Add LED framework to A10-SR GPIO



Add the LED framework to the Arria10 System Resource chip GPIO hooks.

Signed-off-by: default avatarThor Thayer <tthayer@opensource.altera.com>
Signed-off-by: default avatarDinh Nguyen <dinguyen@opensource.altera.com>
parent 07e75f43
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
@@ -36,6 +36,30 @@
		reg = <0x0 0x40000000>; /* 1GB */
	};

	a10leds {
		compatible = "gpio-leds";

		a10sr_led0 {
			label = "a10sr-led0";
			gpios = <&a10sr_gpio 0 1>;
		};

		a10sr_led1 {
			label = "a10sr-led1";
			gpios = <&a10sr_gpio 1 1>;
		};

		a10sr_led2 {
			label = "a10sr-led2";
			gpios = <&a10sr_gpio 2 1>;
		};

		a10sr_led3 {
			label = "a10sr-led3";
			gpios = <&a10sr_gpio 3 1>;
		};
	};

	soc {
		clkmgr@ffd04000 {
			clocks {