Linux Audio

Check our new training course

Linux kernel drivers training

May 6-19, 2025
Register
Loading...
Note: File does not exist in v4.6.
 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 12 Kit";
14	compatible = "engicam,imx6-icore", "fsl,imx6q";
15
16	panel {
17		compatible = "koe,tx31d200vm0baa";
18		backlight = <&backlight_lvds>;
19
20		port {
21			panel_in: endpoint {
22				remote-endpoint = <&lvds0_out>;
23			};
24		};
25	};
26};
27
28&ldb {
29	status = "okay";
30
31	lvds-channel@0 {
32		reg = <0>;
33		status = "okay";
34
35		port@4 {
36			reg = <4>;
37
38			lvds0_out: endpoint {
39				remote-endpoint = <&panel_in>;
40			};
41		};
42	};
43};