Lines Matching +full:backlight +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 named DB7430 with a separate backlight controller.
13 - Linus Walleij <linus.walleij@linaro.org>
16 - $ref: panel-common.yaml#
24 reset-gpios: true
26 vci-supply:
30 vccio-supply:
34 backlight: true
36 spi-cpha: true
38 spi-cpol: true
40 spi-max-frequency:
48 - compatible
49 - reg
50 - spi-cpha
51 - spi-cpol
52 - port
57 - |
58 #include <dt-bindings/gpio/gpio.h>
61 compatible = "spi-gpio";
62 sck-gpios = <&gpio 0 GPIO_ACTIVE_HIGH>;
63 miso-gpios = <&gpio 1 GPIO_ACTIVE_HIGH>;
64 mosi-gpios = <&gpio 2 GPIO_ACTIVE_HIGH>;
65 cs-gpios = <&gpio 3 GPIO_ACTIVE_HIGH>;
66 num-chipselects = <1>;
67 #address-cells = <1>;
68 #size-cells = <0>;
71 spi-max-frequency = <3000000>;
72 spi-cpha;
73 spi-cpol;
75 vci-supply = <&lcd_3v0_reg>;
76 vccio-supply = <&lcd_1v8_reg>;
77 reset-gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
78 backlight = <&ktd259>;
82 remote-endpoint = <&display_out>;