1// SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)
2/*
3 * Copyright 2018-2022 TQ-Systems GmbH
4 * Author: Markus Niebel <[email protected]>
5 */
6
7/ {
8	model = "TQ-Systems TQMa6UL1 SoM";
9	compatible = "tq,imx6ul-tqma6ul1", "fsl,imx6ul";
10};
11
12/*
13 * There are no module specific differences compared to TQMa6UL2,
14 * only external interfaces differ
15 */
16
17/*
18 * Devices not available on i.MX6ULG1 and should not be enabled on
19 * mainboard level (again)
20 */
21&can2 {
22	status = "disabled";
23};
24
25&csi {
26	status = "disabled";
27};
28
29&fec2 {
30	status = "disabled";
31};
32
33&lcdif {
34	status = "disabled";
35};
36