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