Home
last modified time | relevance | path

Searched +full:extcomin +full:- +full:gpios (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/dts/bindings/display/
Dsharp,ls0xx.yaml2 # SPDX-License-Identifier: Apache-2.0
8 include: [spi-device.yaml, display-controller.yaml]
11 extcomin-gpios:
12 type: phandle-array
13 description: EXTCOMIN pin
15 The EXTCOMIN pin is where a square pulse for toggling VCOM will
18 extcomin-frequency:
20 description: EXTCOMIN pin toggle frequency
22 The frequency with which the EXTCOMIN pin should be toggled. See
26 disp-en-gpios:
[all …]
/Zephyr-latest/boards/shields/ls0xx_generic/
Dls013b7dh03.overlay4 * SPDX-License-Identifier: Apache-2.0
15 cs-gpios = <&arduino_header 16 GPIO_ACTIVE_HIGH>; /* D10 */
19 spi-max-frequency = <2000000>;
23 extcomin-gpios = <&arduino_header 14 GPIO_ACTIVE_HIGH>; /* D8 */
24 extcomin-frequency = <60>; /* required if extcomin-gpios is defined */
25 disp-en-gpios = <&arduino_header 12 GPIO_ACTIVE_HIGH>; /* D6 */
/Zephyr-latest/boards/shields/ls0xx_generic/doc/
Dindex.rst16 to a gpio. If devicetree contains ``disp-en-gpios`` then it will be set to
24 signal on the EXTCOMIN pin.
26 Currently the driver only supports VCOM toggling using the EXTCOMIN pin
28 When ``extcomin-gpios`` is defined, driver starts a thread which will
29 toggle EXTCOMIN at ``extcomin-frequency`` frequency. Higher frequency
33 define ``extcomin-gpios`` and implement their preferred method in
39 +---------------+---------------------------------------------------------+
43 +---------------+---------------------------------------------------------+
45 +---------------+---------------------------------------------------------+
47 +---------------+---------------------------------------------------------+
[all …]
/Zephyr-latest/tests/drivers/build_all/display/
Dapp.overlay4 * SPDX-License-Identifier: Apache-2.0
9 * with real-world devicetree nodes, to allow these tests to run on
13 #include <zephyr/dt-bindings/led/led.h>
14 #include <zephyr/dt-bindings/mipi_dbi/mipi_dbi.h>
18 #address-cells = <1>;
19 #size-cells = <1>;
23 gpio-controller;
25 #gpio-cells = <0x2>;
30 compatible = "zephyr,mipi-dbi-spi";
32 dc-gpios = <&test_gpio 0 0>;
[all …]