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

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

ARM: at91: usb_a9g20/dt: add leds support

parent 582d5fbd
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -32,4 +32,14 @@
			};
		};
	};

	leds {
		compatible = "gpio-leds";

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