Sophie

Sophie

distrib > Mageia > 6 > armv7hl > by-pkgid > 6cf2d072f0b39834e47f3f3b64239f6a > files > 1967

kernel-doc-4.14.69-1.mga6.noarch.rpm

* GPIO beeper device tree bindings

Register a beeper connected to GPIO pin.

Required properties:
- compatible:	Should be "gpio-beeper".
- gpios:	From common gpio binding; gpio connection to beeper enable pin.

Example:
	beeper: beeper {
		compatible = "gpio-beeper";
		gpios = <&gpio3 23 GPIO_ACTIVE_HIGH>;
	};