blob: 38aed7ee1c1a99238d4f523e5e537b879c1682c4 (
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 2022 Toradex
*/
// Enable the parallel RGB interface on the Colibri iMX6ULL with a
// connected capacitive touch 7" display, touch connected to a
// dedicated connector e.g. as present on Iris v2.0A.
/dts-v1/;
/plugin/;
/ {
compatible = "toradex,colibri-imx6ull-emmc";
};
#include "colibri-imx6ull_atmel-mxt-connector_overlay.dtsi"
#include "colibri-imx6ull_parallel-rgb_overlay.dtsi"
#include "display-lt161010_overlay.dtsi"
|