Lines Matching +full:dir +full:- +full:685 +full:- +full:panel
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/display/panel/ilitek,ili9322.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Ilitek ILI9322 TFT panel driver with SPI control bus
10 - Linus Walleij <linus.walleij@linaro.org>
14 streams that get adapted and scaled to the panel. The panel output has
19 - $ref: panel-common.yaml#
20 - $ref: /schemas/spi/spi-peripheral-props.yaml#
25 - enum:
26 - dlink,dir-685-panel
27 - const: ilitek,ili9322
32 reset-gpios: true
35 vcc-supply:
38 iovcc-supply:
41 vci-supply:
45 - compatible
46 - reg
51 - |
53 #address-cells = <1>;
54 #size-cells = <0>;
56 panel: display@0 {
57 compatible = "dlink,dir-685-panel", "ilitek,ili9322";
59 vcc-supply = <&vdisp>;
60 iovcc-supply = <&vdisp>;
61 vci-supply = <&vdisp>;
65 remote-endpoint = <&display_out>;