1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
4 $id: http://devicetree.org/schemas/input/gpio-beeper.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: GPIO controlled beeper
19 GPIO that drives the beeper.
25 additionalProperties: false
29 #include <dt-bindings/gpio/gpio.h>
31 compatible = "gpio-beeper";
32 gpios = <&gpio3 23 GPIO_ACTIVE_HIGH>;