Lines Matching +full:enable +full:- +full:gpios
1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: SHARP LS037V7DW01 TFT-LCD panel
10 This panel can have zero to five GPIOs to configure to change configuration
12 configured with external pulls, all the GPIOs are considered optional with holes
16 - Tony Lindgren <tony@atomide.com>
19 - $ref: panel-common.yaml#
26 enable-gpios: true
27 reset-gpios: true
29 power-supply: true
31 mode-gpios:
36 This panel can have zero to three GPIOs to configure to
39 with external pulls, all the GPIOs are considered
43 - compatible
44 - port
49 - |
50 #include <dt-bindings/gpio/gpio.h>
54 power-supply = <&lcd_3v3>;
55 enable-gpios = <&gpio5 24 GPIO_ACTIVE_HIGH>; /* gpio152, lcd INI */
56 reset-gpios = <&gpio5 27 GPIO_ACTIVE_HIGH>; /* gpio155, lcd RESB */
57 mode-gpios = <&gpio5 26 GPIO_ACTIVE_HIGH /* gpio154, lcd MO */
63 remote-endpoint = <&dpi_out>;