1 // SPDX-License-Identifier: (GPL-2.0-or-later 1 // SPDX-License-Identifier: (GPL-2.0-or-later OR MIT) 2 /* 2 /* 3 * Copyright 2018-2022 TQ-Systems GmbH 3 * Copyright 2018-2022 TQ-Systems GmbH 4 * Author: Markus Niebel <Markus.Niebel@tq-grou 4 * Author: Markus Niebel <Markus.Niebel@tq-group.com> 5 */ 5 */ 6 6 7 #include "imx6ul-tqma6ul2.dtsi" 7 #include "imx6ul-tqma6ul2.dtsi" 8 8 9 / { 9 / { 10 model = "TQ-Systems TQMa6UL1 SoM"; 10 model = "TQ-Systems TQMa6UL1 SoM"; 11 compatible = "tq,imx6ul-tqma6ul1", "fs 11 compatible = "tq,imx6ul-tqma6ul1", "fsl,imx6ul"; 12 }; 12 }; 13 13 14 /* 14 /* 15 * There are no module specific differences co 15 * There are no module specific differences compared to TQMa6UL2, 16 * only external interfaces differ 16 * only external interfaces differ 17 */ 17 */ 18 18 19 /* 19 /* 20 * Devices not available on i.MX6ULG1 and shou 20 * Devices not available on i.MX6ULG1 and should not be enabled on 21 * mainboard level (again) 21 * mainboard level (again) 22 */ 22 */ 23 &can2 { 23 &can2 { 24 status = "disabled"; 24 status = "disabled"; 25 }; 25 }; 26 26 27 &csi { 27 &csi { 28 status = "disabled"; 28 status = "disabled"; 29 }; 29 }; 30 30 31 &fec2 { 31 &fec2 { 32 status = "disabled"; 32 status = "disabled"; 33 }; 33 }; 34 34 35 &lcdif { 35 &lcdif { 36 status = "disabled"; 36 status = "disabled"; 37 }; 37 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.