sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git] / Documentation / devicetree / bindings / input / gpio-beeper.txt
bloba5086e37fce6522db73b50567904d64f9307573a
1 * GPIO beeper device tree bindings
3 Register a beeper connected to GPIO pin.
5 Required properties:
6 - compatible:   Should be "gpio-beeper".
7 - gpios:        From common gpio binding; gpio connection to beeper enable pin.
9 Example:
10         beeper: beeper {
11                 compatible = "gpio-beeper";
12                 gpios = <&gpio3 23 GPIO_ACTIVE_HIGH>;
13         };