Home
last modified time | relevance | path

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

/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/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
18 extcomin-frequency:
26 disp-en-gpios:
27 type: phandle-array
/Zephyr-latest/boards/shields/ls0xx_generic/doc/
Dindex.rst13 The DISP pin controls whether to display memory
16 to a gpio. If devicetree contains ``disp-en-gpios`` then it will be set to
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 +---------------+---------------------------------------------------------+
50 +---------------+---------------------------------------------------------+
[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 …]