Lines Matching +full:hsync +full:- +full:len
4 * SPDX-License-Identifier: Apache-2.0
7 #include <zephyr/dt-bindings/display/panel.h>
16 compatible = "zephyr,lvgl-pointer-input";
26 irq-gpios = <&nxp_i2c_touch_fpc 2 GPIO_ACTIVE_HIGH>;
27 reset-gpios = <&nxp_i2c_touch_fpc 1 GPIO_ACTIVE_LOW>;
35 display-timings {
36 compatible = "zephyr,panel-timing";
37 hsync-len = <4>;
38 hfront-porch = <8>;
39 hback-porch = <43>;
40 vsync-len = <4>;
41 vfront-porch = <8>;
42 vback-porch = <12>;
43 de-active= <1>;
44 pixelclk-active = <1>;
45 hsync-active = <0>;
46 vsync-active = <0>;
47 clock-frequency = <9210240>;
49 pixel-format = <PANEL_PIXEL_FORMAT_BGR_565>;
50 data-bus-width = "16-bit";
51 backlight-gpios = <&nxp_parallel_lcd_connector 0 GPIO_ACTIVE_HIGH>;