xref: /freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-colibri-iris-v2.dtsi (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Copyright 2018-2022 Toradex
4*f126890aSEmmanuel Vadot */
5*f126890aSEmmanuel Vadot
6*f126890aSEmmanuel Vadot#include "imx6ull-colibri-iris.dtsi"
7*f126890aSEmmanuel Vadot
8*f126890aSEmmanuel Vadot/ {
9*f126890aSEmmanuel Vadot	reg_3v3_vmmc: regulator-3v3-vmmc {
10*f126890aSEmmanuel Vadot		compatible = "regulator-fixed";
11*f126890aSEmmanuel Vadot		regulator-name = "3v3_vmmc";
12*f126890aSEmmanuel Vadot		regulator-min-microvolt = <3300000>;
13*f126890aSEmmanuel Vadot		regulator-max-microvolt = <3300000>;
14*f126890aSEmmanuel Vadot		gpio = <&gpio1 26 GPIO_ACTIVE_HIGH>;
15*f126890aSEmmanuel Vadot		startup-delay-us = <100>;
16*f126890aSEmmanuel Vadot		enable-active-high;
17*f126890aSEmmanuel Vadot	};
18*f126890aSEmmanuel Vadot};
19*f126890aSEmmanuel Vadot
20*f126890aSEmmanuel Vadot
21*f126890aSEmmanuel Vadot&usdhc1 {
22*f126890aSEmmanuel Vadot	cap-power-off-card;
23*f126890aSEmmanuel Vadot	vmmc-supply = <&reg_3v3_vmmc>;
24*f126890aSEmmanuel Vadot	/delete-property/ keep-power-in-suspend;
25*f126890aSEmmanuel Vadot	/delete-property/ no-1-8-v;
26*f126890aSEmmanuel Vadot	status = "okay";
27*f126890aSEmmanuel Vadot};
28