Lines Matching +full:data +full:- +full:bus +full:- +full:gpios
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
19 Data/command GPIO pin. Set to low when sending a command, or high when sending data.
21 reset-gpios:
22 type: phandle-array
27 rd-gpios:
28 type: phandle-array
33 wr-gpios:
34 type: phandle-array
39 e-gpios:
40 type: phandle-array
45 cs-gpios:
46 type: phandle-array
49 Chip-select GPIO pin.
51 data-gpios:
52 type: phandle-array
55 GPIO pins used for the parallel data bus. This must have as many entries as the bus is wide
56 of the selected mipi-mode.