zephyr/boards/shields/ftdi_vm800c/ftdi_vm800c.overlay
James Roy 32e42856bc dts: bindings: display: Change the property names in the overlay
Unify property names in bindings and overlay, using
hyphens (-) instead of underscores (_) as separators.

Signed-off-by: James Roy <rruuaanng@outlook.com>
2025-01-15 11:51:23 +01:00

38 lines
662 B
Text

/*
* Copyright (c) 2021 Hubert Miś <hubert.mis@gmail.com>
*
* SPDX-License-Identifier: Apache-2.0
*/
&arduino_spi {
status = "okay";
/* D10 */
cs-gpios = <&arduino_header 16
(GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
ft800_ftdi_vm800c: ft800@0 {
compatible = "ftdi,ft800";
reg = <0x0>;
spi-max-frequency = <8000000>;
/* D2 */
irq-gpios = <&arduino_header 8 GPIO_ACTIVE_LOW>;
pclk = <5>;
pclk-pol = <1>;
cspread = <1>;
swizzle = <0>;
vsize = <272>;
voffset = <12>;
vcycle = <292>;
vsync0 = <0>;
vsync1 = <10>;
hsize = <480>;
hoffset = <43>;
hcycle = <548>;
hsync0 = <0>;
hsync1 = <41>;
status = "okay";
};
};