From f73d8b1caf5b6b837ed39e2bdd60040163d43c56 Mon Sep 17 00:00:00 2001 From: Igor Opaniuk Date: Tue, 26 May 2020 13:23:43 +0300 Subject: overlays: add initial overlays Naming format: __overlay.dts Signed-off-by: Igor Opaniuk --- overlays/display-edt5.7_overlay.dts | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 overlays/display-edt5.7_overlay.dts (limited to 'overlays/display-edt5.7_overlay.dts') 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>; + }; + }; + }; +}; -- cgit v1.2.3