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

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

ARM: at91: usb_a9g20/dt: add gpio-keys support

parent 8a087b0c
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -42,4 +42,17 @@
			linux,default-trigger = "heartbeat";
		};
	};

	gpio_keys {
		compatible = "gpio-keys";
		#address-cells = <1>;
		#size-cells = <0>;

		user_pb {
			label = "user_pb";
			gpios = <&pioB 10 1>;
			linux,code = <28>;
			gpio-key,wakeup;
		};
	};
};