Jagan Teki | 2bd82cf | 2019-12-30 17:34:06 +0530 | [diff] [blame] | 1 | // SPDX-License-Identifier: (GPL-2.0+ OR MIT) |
| 2 | /* |
| 3 | * Copyright (C) 2016 Amarula Solutions B.V. |
| 4 | * Copyright (C) 2016 Engicam S.r.l. |
| 5 | */ |
| 6 | |
| 7 | /dts-v1/; |
| 8 | |
| 9 | #include "imx6q.dtsi" |
| 10 | #include "imx6qdl-icore.dtsi" |
| 11 | |
| 12 | / { |
| 13 | model = "Engicam i.CoreM6 Quad/Dual OpenFrame Capacitive touch 10.1 Kit"; |
| 14 | compatible = "engicam,imx6-icore", "fsl,imx6q"; |
| 15 | }; |
| 16 | |
| 17 | &ldb { |
| 18 | status = "okay"; |
| 19 | |
| 20 | lvds-channel@0 { |
| 21 | fsl,data-mapping = "spwg"; |
| 22 | fsl,data-width = <24>; |
| 23 | status = "okay"; |
| 24 | |
| 25 | display-timings { |
| 26 | native-mode = <&timing0>; |
| 27 | timing0: timing0 { |
| 28 | clock-frequency = <60000000>; |
| 29 | hactive = <1280>; |
| 30 | vactive = <800>; |
| 31 | hback-porch = <40>; |
| 32 | hfront-porch = <40>; |
| 33 | vback-porch = <10>; |
| 34 | vfront-porch = <3>; |
| 35 | hsync-len = <80>; |
| 36 | vsync-len = <10>; |
| 37 | }; |
| 38 | }; |
| 39 | }; |
| 40 | }; |