Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)
0002 /*
0003  * Copyright 2018-2022 TQ-Systems GmbH
0004  * Author: Markus Niebel <Markus.Niebel@tq-group.com>
0005  */
0006 
0007 #include "imx6ul-tqma6ul2.dtsi"
0008 
0009 / {
0010         model = "TQ-Systems TQMa6UL1 SoM";
0011         compatible = "tq,imx6ul-tqma6ul1", "fsl,imx6ul";
0012 };
0013 
0014 /*
0015  * There are no module specific differences compared to TQMa6UL2,
0016  * only external interfaces differ
0017  */
0018 
0019 /*
0020  * Devices not available on i.MX6ULG1 and should not be enabled on
0021  * mainboard level (again)
0022  */
0023 &can2 {
0024         status = "disabled";
0025 };
0026 
0027 &csi {
0028         status = "disabled";
0029 };
0030 
0031 &fec2 {
0032         status = "disabled";
0033 };
0034 
0035 &lcdif {
0036         status = "disabled";
0037 };