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