blob: 099152b96731a59e41df723634f66de598e2b00b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/*
* Copyright 2023 Toradex
*/
// Enable the parallel RGB interface on the Colibri iMX8X which communicate,
// through X1 SODIMM connector, with the LVDS transceiver on the Iris v2.0A
// connected with a capacitive touch 10.1" LVDS display.
/dts-v1/;
/plugin/;
/ {
compatible = "toradex,colibri-imx8x";
};
#include "colibri-imx8x_atmel-mxt-connector_overlay.dtsi"
#include "colibri-imx8x_parallel-rgb-lvds_overlay.dtsi"
#include "display-dpi-lt170410_overlay.dtsi"
|