Lines Matching +full:reset +full:- +full:gpios
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Daniel Mack <daniel@zonque.org>
17 - $ref: panel-common.yaml#
22 - enum:
23 - newhaven,1.8-128160EF
24 - const: ilitek,ili9163
26 spi-max-frequency:
29 dc-gpios:
35 reset-gpios: true
39 - compatible
40 - reg
41 - dc-gpios
42 - reset-gpios
47 - |
48 #include <dt-bindings/gpio/gpio.h>
51 compatible = "gpio-backlight";
52 gpios = <&gpio 22 GPIO_ACTIVE_HIGH>;
55 #address-cells = <1>;
56 #size-cells = <0>;
59 compatible = "newhaven,1.8-128160EF", "ilitek,ili9163";
61 spi-max-frequency = <32000000>;
62 dc-gpios = <&gpio0 24 GPIO_ACTIVE_HIGH>;
63 reset-gpios = <&gpio0 25 GPIO_ACTIVE_HIGH>;