1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2 /* 2 /* 3 * Copyright 2023 Gateworks Corporation 3 * Copyright 2023 Gateworks Corporation 4 */ 4 */ 5 5 6 /dts-v1/; 6 /dts-v1/; 7 7 8 #include "imx8mm.dtsi" 8 #include "imx8mm.dtsi" 9 #include "imx8mm-venice-gw700x.dtsi" 9 #include "imx8mm-venice-gw700x.dtsi" 10 #include "imx8mm-venice-gw75xx.dtsi" 10 #include "imx8mm-venice-gw75xx.dtsi" 11 11 12 / { 12 / { 13 model = "Gateworks Venice GW75xx-0x i. 13 model = "Gateworks Venice GW75xx-0x i.MX8MM Development Kit"; 14 compatible = "gateworks,imx8mm-gw75xx- 14 compatible = "gateworks,imx8mm-gw75xx-0x", "fsl,imx8mm"; 15 15 16 chosen { 16 chosen { 17 stdout-path = &uart2; 17 stdout-path = &uart2; 18 }; 18 }; 19 }; 19 }; 20 20 21 /* Disable SOM interfaces not used on baseboar 21 /* Disable SOM interfaces not used on baseboard */ 22 &fec1 { 22 &fec1 { 23 status = "disabled"; 23 status = "disabled"; 24 }; 24 }; 25 25 26 &usdhc1 { 26 &usdhc1 { 27 status = "disabled"; 27 status = "disabled"; 28 }; 28 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.