Searched +full:extcomin +full:- +full:gpios (Results 1 – 4 of 4) sorted by relevance
2 # SPDX-License-Identifier: Apache-2.08 include: [spi-device.yaml, display-controller.yaml]11 extcomin-gpios:12 type: phandle-array13 description: EXTCOMIN pin15 The EXTCOMIN pin is where a square pulse for toggling VCOM will18 extcomin-frequency:20 description: EXTCOMIN pin toggle frequency22 The frequency with which the EXTCOMIN pin should be toggled. See26 disp-en-gpios:[all …]
4 * SPDX-License-Identifier: Apache-2.015 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 */
16 to a gpio. If devicetree contains ``disp-en-gpios`` then it will be set to24 signal on the EXTCOMIN pin.26 Currently the driver only supports VCOM toggling using the EXTCOMIN pin28 When ``extcomin-gpios`` is defined, driver starts a thread which will29 toggle EXTCOMIN at ``extcomin-frequency`` frequency. Higher frequency33 define ``extcomin-gpios`` and implement their preferred method in39 +---------------+---------------------------------------------------------+43 +---------------+---------------------------------------------------------+45 +---------------+---------------------------------------------------------+47 +---------------+---------------------------------------------------------+[all …]
4 * SPDX-License-Identifier: Apache-2.09 * with real-world devicetree nodes, to allow these tests to run on13 #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 …]