Lines Matching +full:data +full:- +full:lanes
4 * SPDX-License-Identifier: Apache-2.0
7 #include <zephyr/dt-bindings/display/panel.h>
15 en_mipi_display: enable-mipi-display {
16 compatible = "regulator-fixed";
17 regulator-name = "en_mipi_display";
18 enable-gpios = <&nxp_mipi_connector 32 GPIO_ACTIVE_HIGH>;
19 regulator-boot-on;
23 compatible = "zephyr,lvgl-pointer-input";
33 irq-gpios = <&nxp_mipi_connector 29 GPIO_ACTIVE_HIGH>;
34 reset-gpios = <&nxp_mipi_connector 28 GPIO_ACTIVE_LOW>;
42 display-timings {
43 compatible = "zephyr,panel-timing";
44 hsync-len = <8>;
45 hfront-porch = <32>;
46 hback-porch = <32>;
47 vsync-len = <2>;
48 vfront-porch = <16>;
49 vback-porch = <14>;
50 hsync-active = <0>;
51 vsync-active = <0>;
52 de-active = <1>;
53 pixelclk-active = <0>;
56 * (height + vsync-len + vfront-porch + vback-porch) *
57 * (width + hsync-len + hfront-porch + hback-porch) * frame rate
59 clock-frequency = <62346240>;
61 pixel-format = <PANEL_PIXEL_FORMAT_BGR_565>;
62 data-bus-width = "24-bit";
63 backlight-gpios = <&nxp_mipi_connector 0 GPIO_ACTIVE_HIGH>;
69 dpi-color-coding = "24-bit";
70 dpi-pixel-packet = "24-bit";
71 dpi-video-mode = "burst";
72 dpi-bllp-mode = "low-power";
73 autoinsert-eotp;
76 * (pixel clock * bits per pixel) / MIPI data lanes
78 phy-clock = <748154880>;
83 reset-gpios = <&nxp_mipi_connector 21 GPIO_ACTIVE_HIGH>;
84 data-lanes = <2>;
87 pixel-format = <MIPI_DSI_PIXFMT_RGB565>;