summaryrefslogtreecommitdiff
path: root/overlays/apalis-imx8qm_display-lt170410_overlay.dts
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/apalis-imx8qm_display-lt170410_overlay.dts')
-rw-r--r--overlays/apalis-imx8qm_display-lt170410_overlay.dts47
1 files changed, 47 insertions, 0 deletions
diff --git a/overlays/apalis-imx8qm_display-lt170410_overlay.dts b/overlays/apalis-imx8qm_display-lt170410_overlay.dts
new file mode 100644
index 0000000..88a6a1d
--- /dev/null
+++ b/overlays/apalis-imx8qm_display-lt170410_overlay.dts
@@ -0,0 +1,47 @@
+// LT170410 display (10inch) with a resolution of 1280x800 pixel. This display can be ordered at Toradex.
+
+/dts-v1/;
+/plugin/;
+/ {
+ compatible = "toradex,apalis-imx8qm";
+ fragment@0 {
+ target = <&ldb2>;
+ __overlay__ {
+ status = "okay";
+ };
+ };
+
+ fragment@1 {
+ target = <&ldb2_phy>;
+ __overlay__ {
+ status = "okay";
+ };
+ };
+
+ fragment@2 {
+ target-path = "/lvds1_panel";
+ __overlay__ {
+ status = "okay";
+ compatible = "panel-lvds";
+
+ data-mapping = "vesa-24";
+ width-mm = <1280>;
+ height-mm = <800>;
+
+ panel-timing {
+ clock-frequency = <68930000>;
+ hactive = <1280>;
+ vactive = <800>;
+ hback-porch = <64>;
+ hfront-porch = <64>;
+ vback-porch = <5>;
+ vfront-porch = <5>;
+ hsync-len = <40>;
+ vsync-len = <6>;
+ hsync-active = <0>;
+ vsync-active = <0>;
+ pixelclk-active = <0>;
+ };
+ };
+ };
+};