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

Commit 29b0b843 authored by AnilKumar Ch's avatar AnilKumar Ch Committed by Benoit Cousson
Browse files

ARM: dts: AM33XX: Add user-leds device tree data to am335x-evmsk



Add gpio-leds device tree data to am335x-evmsk device to enable gpio
based user-leds (USR0, USR1, USR2 and USR3) present on am335x starter
kit.

Signed-off-by: default avatarAnilKumar Ch <anilkumar@ti.com>
Signed-off-by: default avatarBenoit Cousson <b-cousson@ti.com>
parent 2647dd10
Loading
Loading
Loading
Loading
+30 −0
Original line number Original line Diff line number Diff line
@@ -100,6 +100,36 @@
		regulator-name = "lis3_reg";
		regulator-name = "lis3_reg";
		regulator-boot-on;
		regulator-boot-on;
	};
	};

	leds {
		compatible = "gpio-leds";

		led@1 {
			label = "evmsk:green:usr0";
			gpios = <&gpio2 4 0>;
			default-state = "off";
		};

		led@2 {
			label = "evmsk:green:usr1";
			gpios = <&gpio2 5 0>;
			default-state = "off";
		};

		led@3 {
			label = "evmsk:green:mmc0";
			gpios = <&gpio2 6 0>;
			linux,default-trigger = "mmc0";
			default-state = "off";
		};

		led@4 {
			label = "evmsk:green:heartbeat";
			gpios = <&gpio2 7 0>;
			linux,default-trigger = "heartbeat";
			default-state = "off";
		};
	};
};
};


/include/ "tps65910.dtsi"
/include/ "tps65910.dtsi"