aboutsummaryrefslogtreecommitdiff
path: root/src/arm/imx6q-icore.dts
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2017-07-09 13:12:48 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2017-07-09 13:12:48 +0000
commitf3f213a6f94d330b77b3910f4c66b62aeec50645 (patch)
treec3f9fb9d237fa970fbe2a2d425d0be312d0e86a7 /src/arm/imx6q-icore.dts
parent8fdc67f730291b64de002bf95d19ae75e058b8ce (diff)
downloadsrc-f3f213a6f94d330b77b3910f4c66b62aeec50645.tar.gz
src-f3f213a6f94d330b77b3910f4c66b62aeec50645.zip
Update the DTS file from Linux 4.12vendor/device-tree/4.12
Notes
Notes: svn path=/vendor/device-tree/dist/; revision=320832 svn path=/vendor/device-tree/4.12/; revision=320833; tag=vendor/device-tree/4.12
Diffstat (limited to 'src/arm/imx6q-icore.dts')
-rw-r--r--src/arm/imx6q-icore.dts34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/arm/imx6q-icore.dts b/src/arm/imx6q-icore.dts
index 59eb7adc2472..5613dd9dc469 100644
--- a/src/arm/imx6q-icore.dts
+++ b/src/arm/imx6q-icore.dts
@@ -57,3 +57,37 @@
&can2 {
status = "okay";
};
+
+&i2c1 {
+ max11801: touchscreen@48 {
+ compatible = "maxim,max11801";
+ reg = <0x48>;
+ interrupt-parent = <&gpio3>;
+ interrupts = <31 IRQ_TYPE_EDGE_FALLING>;
+ };
+};
+
+&ldb {
+ status = "okay";
+
+ lvds-channel@0 {
+ fsl,data-mapping = "spwg";
+ fsl,data-width = <18>;
+ status = "okay";
+
+ display-timings {
+ native-mode = <&timing0>;
+ timing0: timing0 {
+ clock-frequency = <60000000>;
+ hactive = <800>;
+ vactive = <480>;
+ hback-porch = <30>;
+ hfront-porch = <30>;
+ vback-porch = <5>;
+ vfront-porch = <5>;
+ hsync-len = <64>;
+ vsync-len = <20>;
+ };
+ };
+ };
+};