Home
last modified time | relevance | path

Searched +full:te +full:- +full:gpios (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/dts/bindings/mipi-dbi/
Drenesas,smartbond-mipi-dbi.yaml2 # SPDX-License-Identifier: Apache-2.0
4 include: [mipi-dbi-controller.yaml, pinctrl-device.yaml]
8 compatible: "renesas,smartbond-mipi-dbi"
17 reset-gpios:
18 type: phandle-array
22 te-enable:
25 Boolean to indicate whether the tearing effect (TE) signal is available or not.
27 te-inversion:
30 Boolean to apply an inversion on the TE signal that triggers the MIPI DBI controller.
32 dma-prefetch:
[all …]
Dnxp,lcdic.yaml2 # SPDX-License-Identifier: Apache-2.0
5 NXP LCDIC Controller. This controller implements 8080 and SPI mode MIPI-DBI
9 include: ["mipi-dbi-controller.yaml", "pinctrl-device.yaml"]
21 nxp,swap-bytes:
27 reset-gpios:
28 type: phandle-array
34 nxp,write-inactive-cycles:
42 nxp,write-active-cycles:
50 nxp,timer0-ratio:
59 nxp,timer1-ratio:
[all …]
/Zephyr-latest/dts/bindings/display/
Draydium,rm67162.yaml4 # SPDX-License-Identifier: Apache-2.0
11 include: [mipi-dsi-device.yaml, display-controller.yaml]
14 reset-gpios:
15 type: phandle-array
18 reset. The sensor receives this as an active-low signal.
20 bl-gpios:
21 type: phandle-array
24 The sensor receives this as an active-high signal.
26 te-gpios:
27 type: phandle-array
/Zephyr-latest/boards/shields/g1120b0mipi/boards/
Dmimxrt1170_evk_mimxrt1176_cm7_A.overlay4 * SPDX-License-Identifier: Apache-2.0
11 /delete-property/ te-gpios;
Dmimxrt1170_evk_mimxrt1176_cm7_B.overlay4 * SPDX-License-Identifier: Apache-2.0
11 /delete-property/ te-gpios;
Dmimxrt1160_evk_mimxrt1166_cm7.overlay4 * SPDX-License-Identifier: Apache-2.0
11 /delete-property/ te-gpios;
/Zephyr-latest/boards/shields/g1120b0mipi/
Dg1120b0mipi.overlay4 * SPDX-License-Identifier: Apache-2.0
13 en_mipi_display_g1120b0mipi: enable-mipi-display {
14 compatible = "regulator-fixed";
15 regulator-name = "en_mipi_display";
16 enable-gpios = <&nxp_mipi_connector 32 GPIO_ACTIVE_HIGH>;
17 regulator-boot-on;
21 compatible = "zephyr,lvgl-pointer-input";
23 invert-y;
31 * Note- the actual controller present on this IC is a FT3267,
36 int-gpios = <&nxp_mipi_connector 29 GPIO_ACTIVE_LOW>;
[all …]
/Zephyr-latest/boards/nxp/rd_rw612_bga/dts/
Dgoworld_16880_lcm.overlay1 #include <zephyr/dt-bindings/spi/spi.h>
10 compatible = "zephyr,lvgl-pointer-input";
12 swap-xy;
13 invert-y;
19 nxp,swap-bytes;
21 nxp,timer0-ratio = <15>;
25 * - R125, R123, R12, R124, R15, R243, R239, R236, R233, R286, R246
27 * - R9, R11, R20, R19, R242, R241, R237, R235, R245
31 * -------------------------------
40 * 9 | TE | J5.2 (LCD_SPI_TE, not enabled)
[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 …]