summaryrefslogtreecommitdiff
path: root/overlays/apalis-imx8_lvds_overlay_2.dts
blob: 96fbc6bc44b1b3225416d809cb283b8f1080d42f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/*
 * Copyright 2020-2021 Toradex
 */

// LVDS display overlay for Apalis Evaluation board Mezzanine

/dts-v1/;
/plugin/;
/ {
	compatible = "toradex,apalis-imx8";
};

&ldb1 {
	status = "okay";

	lvds-channel@0 {
		#address-cells = <1>;
		#size-cells = <0>;

		fsl,data-mapping = "spwg";
		fsl,data-width = <24>;
		status = "okay";

		port@1 {
			reg = <1>;

			lvds1_out: endpoint {
				remote-endpoint = <&panel_lvds_in>;
			};
		};
	};
};

&ldb1_phy {
	status = "okay";
};

&panel_lvds {
	status = "okay";
};