1 * GPIO beeper device tree bindings
3 Register a beeper connected to GPIO pin.
6 - compatible: Should be "gpio-beeper".
7 - gpios: From common gpio binding; gpio connection to beeper enable pin.
11 compatible = "gpio-beeper";
12 gpios = <&gpio3 23 GPIO_ACTIVE_HIGH>;