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