Linux Audio

Check our new training course

Embedded Linux training

Mar 31-Apr 8, 2025
Register
Loading...
Note: File does not exist in v4.6.
 1// 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};