summaryrefslogtreecommitdiff
path: root/overlays/display-edt7_overlay.dts
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/display-edt7_overlay.dts')
-rw-r--r--overlays/display-edt7_overlay.dts27
1 files changed, 27 insertions, 0 deletions
diff --git a/overlays/display-edt7_overlay.dts b/overlays/display-edt7_overlay.dts
new file mode 100644
index 0000000..a62cfea
--- /dev/null
+++ b/overlays/display-edt7_overlay.dts
@@ -0,0 +1,27 @@
+// EDT7 display with a resolution of 800x480 pixel
+
+/dts-v1/;
+/plugin/;
+
+/ {
+ compatible = "toradex,colibri-imx7d-emmc","toradex,apalis_imx6q", "toradex,colibri_imx6dl";
+ fragment@0 {
+ target-path = "/panel-dpi";
+ __overlay__ {
+ status = "okay";
+ width-mm = <155>;
+ height-mm = <91>;
+ panel-timing {
+ clock-frequency = <33230769>;
+ hactive = <800>;
+ vactive = <480>;
+ hsync-len = <128>;
+ hfront-porch = <40>;
+ hback-porch = <88>;
+ vsync-len = <1>;
+ vfront-porch = <10>;
+ vback-porch = <33>;
+ };
+ };
+ };
+};