Lines Matching +full:iovcc +full:- +full:supply
1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Linus Walleij <linus.walleij@linaro.org>
19 - $ref: panel-common.yaml#
20 - $ref: /schemas/spi/spi-peripheral-props.yaml#
25 - enum:
26 - dlink,dir-685-panel
27 - const: ilitek,ili9322
29 reset-gpios: true
32 vcc-supply:
33 description: Core voltage supply
35 iovcc-supply:
36 description: Voltage supply for the interface input/output signals
38 vci-supply:
39 description: Voltage supply for analog parts
42 - compatible
43 - reg
48 - |
50 #address-cells = <1>;
51 #size-cells = <0>;
54 compatible = "dlink,dir-685-panel", "ilitek,ili9322";
56 vcc-supply = <&vdisp>;
57 iovcc-supply = <&vdisp>;
58 vci-supply = <&vdisp>;
62 remote-endpoint = <&display_out>;