blob: 02aca1e28ce3feeecebb737b09ea4f8208974e43 [file] [log] [blame]
Jagan Teki2bd82cf2019-12-30 17:34:06 +05301// 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";
Marcel Ziswiler5d4bcee2022-07-21 15:27:26 +020015
16 panel {
17 compatible = "ampire,am-1280800n3tzqw-t00h";
18 backlight = <&backlight_lvds>;
19
20 port {
21 panel_in: endpoint {
22 remote-endpoint = <&lvds0_out>;
23 };
24 };
25 };
Jagan Teki2bd82cf2019-12-30 17:34:06 +053026};
27
28&ldb {
29 status = "okay";
30
31 lvds-channel@0 {
32 fsl,data-mapping = "spwg";
33 fsl,data-width = <24>;
34 status = "okay";
35
Marcel Ziswiler5d4bcee2022-07-21 15:27:26 +020036 port@4 {
37 reg = <4>;
38
39 lvds0_out: endpoint {
40 remote-endpoint = <&panel_in>;
Jagan Teki2bd82cf2019-12-30 17:34:06 +053041 };
42 };
43 };
44};