summaryrefslogtreecommitdiff
path: root/overlays/display-edt5.7_overlay.dts
diff options
context:
space:
mode:
authorIgor Opaniuk <igor.opaniuk@toradex.com>2020-05-26 13:23:43 +0300
committerIgor Opaniuk <igor.opaniuk@toradex.com>2020-05-26 13:27:27 +0300
commitf73d8b1caf5b6b837ed39e2bdd60040163d43c56 (patch)
tree997294252e044269e1e2621e2b04847d2af2af54 /overlays/display-edt5.7_overlay.dts
overlays: add initial overlays
Naming format: <machine>_<function>_overlay.dts Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
Diffstat (limited to 'overlays/display-edt5.7_overlay.dts')
-rw-r--r--overlays/display-edt5.7_overlay.dts27
1 files changed, 27 insertions, 0 deletions
diff --git a/overlays/display-edt5.7_overlay.dts b/overlays/display-edt5.7_overlay.dts
new file mode 100644
index 0000000..07aef51
--- /dev/null
+++ b/overlays/display-edt5.7_overlay.dts
@@ -0,0 +1,27 @@
+// EDT5.7 display with a resolution of 640x480 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 = <116>;
+ height-mm = <86>;
+ panel-timing {
+ clock-frequency = <25175000>;
+ hactive = <640>;
+ vactive = <480>;
+ hsync-len = <30>;
+ hfront-porch = <16>;
+ hback-porch = <114>;
+ vsync-len = <3>;
+ vfront-porch = <10>;
+ vback-porch = <32>;
+ };
+ };
+ };
+};