imx6ull-colibri-iris-v2.dtsi 565 B

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