Lines Matching +full:vci +full:- +full:supply
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
14 - Linus Walleij <linus.walleij@linaro.org>
17 - $ref: panel-common.yaml#
18 - $ref: /schemas/spi/spi-peripheral-props.yaml#
34 reset-gpios: true
36 vci-supply:
37 description: regulator that supplies the VCI analog voltage
40 vccio-supply:
46 spi-cpha: true
48 spi-cpol: true
50 spi-max-frequency:
56 - compatible
57 - reg
58 - spi-cpha
59 - spi-cpol
60 - port
65 - |
66 #include <dt-bindings/gpio/gpio.h>
67 #include <dt-bindings/interrupt-controller/irq.h>
70 compatible = "spi-gpio";
71 sck-gpios = <&gpio 0 GPIO_ACTIVE_HIGH>;
72 miso-gpios = <&gpio 1 GPIO_ACTIVE_HIGH>;
73 mosi-gpios = <&gpio 2 GPIO_ACTIVE_HIGH>;
74 cs-gpios = <&gpio 3 GPIO_ACTIVE_HIGH>;
75 num-chipselects = <1>;
76 #address-cells = <1>;
77 #size-cells = <0>;
81 spi-max-frequency = <1200000>;
82 spi-cpha;
83 spi-cpol;
85 vci-supply = <&lcd_3v0_reg>;
86 vccio-supply = <&lcd_1v8_reg>;
87 reset-gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
88 interrupt-parent = <&gpio>;
93 remote-endpoint = <&display_out>;