0001 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
0002 /*
0003 * Copyright 2018-2022 Toradex
0004 */
0005
0006 #include "imx6ull-colibri-iris.dtsi"
0007
0008 / {
0009 reg_3v3_vmmc: regulator-3v3-vmmc {
0010 compatible = "regulator-fixed";
0011 regulator-name = "3v3_vmmc";
0012 regulator-min-microvolt = <3300000>;
0013 regulator-max-microvolt = <3300000>;
0014 gpio = <&gpio1 26 GPIO_ACTIVE_HIGH>;
0015 startup-delay-us = <100>;
0016 enable-active-high;
0017 };
0018 };
0019
0020
0021 &usdhc1 {
0022 cap-power-off-card;
0023 vmmc-supply = <®_3v3_vmmc>;
0024 /delete-property/ keep-power-in-suspend;
0025 /delete-property/ no-1-8-v;
0026 status = "okay";
0027 };