Lines Matching +full:dc +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#
18 - $ref: /schemas/spi/spi-peripheral-props.yaml#
23 - enum:
24 - newhaven,1.8-128160EF
25 - const: ilitek,ili9163
30 spi-max-frequency:
33 dc-gpios:
38 reset-gpios: true
42 - compatible
43 - reg
44 - dc-gpios
45 - reset-gpios
50 - |
51 #include <dt-bindings/gpio/gpio.h>
54 #address-cells = <1>;
55 #size-cells = <0>;
58 compatible = "newhaven,1.8-128160EF", "ilitek,ili9163";
60 spi-max-frequency = <32000000>;
61 dc-gpios = <&gpio0 24 GPIO_ACTIVE_HIGH>;
62 reset-gpios = <&gpio0 25 GPIO_ACTIVE_HIGH>;