Lines Matching +full:enable +full:- +full:gpios
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Kinetic Technologies KTD253 one-wire backlight
10 - Linus Walleij <linus.walleij@linaro.org>
16 using pulses on the enable wire. This is sometimes referred to as
20 - $ref: common.yaml#
26 enable-gpios:
27 description: GPIO to use to enable/disable and dim the backlight.
30 default-brightness: true
31 max-brightness: true
34 - compatible
35 - enable-gpios
40 - |
41 #include <dt-bindings/gpio/gpio.h>
44 enable-gpios = <&gpio2 5 GPIO_ACTIVE_HIGH>;
45 default-brightness = <13>;