Lines Matching +full:cs +full:- +full:mode
3 # SPDX-License-Identifier: Apache-2.0
6 MIPI-DBI Mode A and B bit banging controller. This driver emulates MIPI DBI mode A and B (6800
9 compatible: "zephyr,mipi-dbi-bitbang"
11 include: ["mipi-dbi-controller.yaml", "pinctrl-device.yaml"]
15 dc-gpios:
16 type: phandle-array
21 reset-gpios:
22 type: phandle-array
27 rd-gpios:
28 type: phandle-array
30 Read GPIO pin. Set high when reading from the display. Required for type B (Intel 8080) mode,
33 wr-gpios:
34 type: phandle-array
37 Write GPIO pin for type B (Intel 8080) mode, Read/!Write pin for type A (Motorola 6800) mode.
39 e-gpios:
40 type: phandle-array
42 Clocked enable/strobe pin for type A (Motorola 6800) mode, unused for type B (Intel 8080).
43 Fixed E mode is not supported.
45 cs-gpios:
46 type: phandle-array
49 Chip-select GPIO pin.
51 data-gpios:
52 type: phandle-array
56 of the selected mipi-mode.