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
18 The panel must obey the rules for a SPI slave device as specified in
19 spi/spi-controller.yaml
22 - $ref: panel-common.yaml#
27 - enum:
28 - dlink,dir-685-panel
29 - const: ilitek,ili9322
31 reset-gpios: true
34 vcc-supply:
37 iovcc-supply:
40 vci-supply:
44 - compatible
45 - reg
50 - |
52 #address-cells = <1>;
53 #size-cells = <0>;
55 panel: display@0 {
56 compatible = "dlink,dir-685-panel", "ilitek,ili9322";
58 vcc-supply = <&vdisp>;
59 iovcc-supply = <&vdisp>;
60 vci-supply = <&vdisp>;
64 remote-endpoint = <&display_out>;