Lines Matching +full:dc +full:- +full:gpios
2 * Copyright (c) 2020, Kim Bøndergaard, <kim@fam-boendergaard.dk>
4 * SPDX-License-Identifier: Apache-2.0
7 #include <zephyr/dt-bindings/mipi_dbi/mipi_dbi.h>
15 compatible = "zephyr,mipi-dbi-spi";
16 spi-dev = <&arduino_spi>;
17 dc-gpios = <&arduino_header 15 GPIO_ACTIVE_HIGH>; /* D9 */
18 reset-gpios = <&arduino_header 14 GPIO_ACTIVE_LOW>; /* D8 */
19 #address-cells = <1>;
20 #size-cells = <0>;
24 mipi-max-frequency = <20000000>;
25 mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE";
29 x-offset = <0>;
30 y-offset = <0>;
50 cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>; /* D10 */