1 // SPDX-License-Identifier: GPL-2.0-or-later O 1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 2 /* 2 /* 3 * Copyright 2023 Toradex 3 * Copyright 2023 Toradex 4 * 4 * 5 * Common dtsi for Verdin AM62 SoM non-WB vari 5 * Common dtsi for Verdin AM62 SoM non-WB variant 6 * 6 * 7 * https://www.toradex.com/computer-on-modules 7 * https://www.toradex.com/computer-on-modules/verdin-arm-family/ti-am62 8 */ 8 */ 9 9 10 &sdhci2 { 10 &sdhci2 { 11 pinctrl-0 = <&pinctrl_sdhci2>; 11 pinctrl-0 = <&pinctrl_sdhci2>; 12 bus-width = <4>; 12 bus-width = <4>; 13 status = "disabled"; 13 status = "disabled"; 14 }; 14 }; 15 15 16 &main_uart5 { 16 &main_uart5 { 17 pinctrl-names = "default"; 17 pinctrl-names = "default"; 18 pinctrl-0 = <&pinctrl_uart5>; 18 pinctrl-0 = <&pinctrl_uart5>; 19 status = "disabled"; 19 status = "disabled"; 20 }; 20 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.