blob: 77182420db0067e6dac68d4e96e7847a1fe5d08a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/*
* Copyright 2022 Toradex
*/
// Enable the parallel RGB interface on the Apalis iMX6 with a
// connected EDT 5.7" display.
/dts-v1/;
/plugin/;
/ {
compatible = "toradex,apalis_imx6q";
};
#include "apalis-imx6_parallel-rgb_overlay.dtsi"
#include "display-edt5.7_overlay.dtsi"
|