summaryrefslogtreecommitdiff
path: root/overlays/colibri-imx8x_display-lt170410_overlay.dts
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/colibri-imx8x_display-lt170410_overlay.dts')
-rw-r--r--overlays/colibri-imx8x_display-lt170410_overlay.dts42
1 files changed, 42 insertions, 0 deletions
diff --git a/overlays/colibri-imx8x_display-lt170410_overlay.dts b/overlays/colibri-imx8x_display-lt170410_overlay.dts
new file mode 100644
index 0000000..df315d7
--- /dev/null
+++ b/overlays/colibri-imx8x_display-lt170410_overlay.dts
@@ -0,0 +1,42 @@
+// LT170410 display (10inch) with a resolution of 1280x800 pixel. This display can be ordered at Toradex.
+
+/dts-v1/;
+/plugin/;
+/ {
+ compatible = "toradex,colibri-imx8qxp";
+ fragment@0 {
+ target = <&adma_lcdif>;
+ __overlay__ {
+ status = "okay";
+ };
+ };
+
+ fragment@1 {
+ target-path = "/panel";
+ __overlay__ {
+ compatible = "panel-dpi";
+
+ width-mm = <217>;
+ height-mm = <136>;
+
+ data-mapping = "bgr666";
+
+ panel-timing {
+ clock-frequency = <33260000>;
+ hactive = <800>;
+ vactive = <480>;
+ hback-porch = <88>;
+ hfront-porch = <40>;
+ vback-porch = <32>;
+ vfront-porch = <13>;
+ hsync-len = <48>;
+ vsync-len = <3>;
+
+ de-active = <1>;
+ hsync-active = <0>;
+ vsync-active = <0>;
+ pixelclk-active = <1>;
+ };
+ };
+ };
+};