Searched +full:disp +full:- +full:en +full:- +full:gpios (Results 1 – 4 of 4) sorted by relevance
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 */
2 # SPDX-License-Identifier: Apache-2.08 include: [spi-device.yaml, display-controller.yaml]11 extcomin-gpios:12 type: phandle-array18 extcomin-frequency:26 disp-en-gpios:27 type: phandle-array
13 The DISP pin controls whether to display memory16 to a gpio. If devicetree contains ``disp-en-gpios`` then it will be set to28 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 +---------------+---------------------------------------------------------+50 +---------------+---------------------------------------------------------+[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 …]