1// SPDX-License-Identifier: GPL-2.0-or-later OR MIT 2/* 3 * Copyright (c) Toradex 4 * 5 * Common dtsi for Verdin iMX95 SoM non-WB variant 6 * 7 * https://www.toradex.com/computer-on-modules/verdin-arm-family/nxp-imx95 8 */ 9 10/* SDIO on MSP 30, 31, 32, 33, 34, 35 */ 11&usdhc3 { 12 pinctrl-names = "default"; 13 pinctrl-0 = <&pinctrl_usdhc3>; 14 15 status = "disabled"; 16}; 17