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

Commit f75622f4 authored by Jean-Christophe PLAGNIOL-VILLARD's avatar Jean-Christophe PLAGNIOL-VILLARD
Browse files

ARM: at91: at91sam9x5cm/dt: add leds support

parent 2ea332de
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -11,4 +11,19 @@
	memory@20000000 {
		reg = <0x20000000 0x8000000>;
	};

	leds {
		compatible = "gpio-leds";

		pb18 {
			label = "pb18";
			gpios = <&pioB 18 1>;
			linux,default-trigger = "heartbeat";
		};

		pd21 {
			label = "pd21";
			gpios = <&pioD 21 0>;
		};
	};
};