Lines Matching +full:cd +full:- +full:gpios
5 * SPDX-License-Identifier: Apache-2.0
8 #include <zephyr/dt-bindings/mipi_dbi/mipi_dbi.h>
16 compatible = "zephyr,mipi-dbi-spi";
17 spi-dev = <&arduino_spi>;
18 dc-gpios = <&arduino_header 15 GPIO_ACTIVE_HIGH>; /* D9 */
19 reset-gpios = <&arduino_header 14 GPIO_ACTIVE_LOW>; /* D8 */
20 write-only;
21 #address-cells = <1>;
22 #size-cells = <0>;
26 mipi-max-frequency = <20000000>;
30 x-offset = <0>;
31 y-offset = <0>;
40 porch-param = [0c 0c 00 33 33];
41 cmd2en-param = [5a 69 02 01];
42 pwctrl1-param = [a4 a1];
43 pvgam-param = [D0 04 0D 11 13 2B 3F 54 4C 18 0D 0B 1F 23];
44 nvgam-param = [D0 04 0C 11 13 2C 3F 44 51 2F 1F 1F 20 23];
45 ram-param = [00 F0];
46 rgb-param = [CD 08 14];
47 mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE";
54 cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>; /* D10 */