0001 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
0002 /*
0003 * Copyright 2022 Toradex
0004 */
0005
0006 /dts-v1/;
0007
0008 #include "imx6dl-colibri-iris.dts"
0009
0010 / {
0011 model = "Toradex Colibri iMX6DL/S on Colibri Iris V2 Board";
0012 compatible = "toradex,colibri_imx6dl-iris-v2", "toradex,colibri_imx6dl",
0013 "fsl,imx6dl";
0014
0015 reg_3v3_vmmc: regulator-3v3-vmmc {
0016 compatible = "regulator-fixed";
0017 pinctrl-names = "default";
0018 pinctrl-0 = <&pinctrl_enable_3v3_vmmc>;
0019 regulator-name = "3v3_vmmc";
0020 regulator-min-microvolt = <3300000>;
0021 regulator-max-microvolt = <3300000>;
0022 gpio = <&gpio2 11 GPIO_ACTIVE_HIGH>;
0023 startup-delay-us = <100>;
0024 enable-active-high;
0025 };
0026 };
0027
0028 &iomuxc {
0029 pinctrl-names = "default";
0030 pinctrl-0 = <&pinctrl_gpio_iris &pinctrl_usbh_oc_1 &pinctrl_usbc_id_1>;
0031
0032 pinctrl_enable_3v3_vmmc: enable3v3vmmcgrp {
0033 fsl,pins = <
0034 MX6QDL_PAD_SD4_DAT3__GPIO2_IO11 0x1b0b0
0035 >;
0036 };
0037 };
0038
0039 /* Colibri MMC */
0040 &usdhc1 {
0041 cap-power-off-card;
0042 /* uncomment the following to enable SD card UHS mode if you have a V1.1 module */
0043 /* /delete-property/ no-1-8-v; */
0044 vmmc-supply = <®_3v3_vmmc>;
0045 status = "okay";
0046 };