imx6dl-colibri-iris-v2.dts 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  2. /*
  3. * Copyright 2022 Toradex
  4. */
  5. /dts-v1/;
  6. #include "imx6dl-colibri-iris.dts"
  7. / {
  8. model = "Toradex Colibri iMX6DL/S on Colibri Iris V2 Board";
  9. compatible = "toradex,colibri_imx6dl-iris-v2", "toradex,colibri_imx6dl",
  10. "fsl,imx6dl";
  11. reg_3v3_vmmc: regulator-3v3-vmmc {
  12. compatible = "regulator-fixed";
  13. pinctrl-names = "default";
  14. pinctrl-0 = <&pinctrl_enable_3v3_vmmc>;
  15. regulator-name = "3v3_vmmc";
  16. regulator-min-microvolt = <3300000>;
  17. regulator-max-microvolt = <3300000>;
  18. gpio = <&gpio2 11 GPIO_ACTIVE_HIGH>;
  19. startup-delay-us = <100>;
  20. enable-active-high;
  21. };
  22. };
  23. &iomuxc {
  24. pinctrl-names = "default";
  25. pinctrl-0 = <&pinctrl_gpio_iris &pinctrl_usbh_oc_1 &pinctrl_usbc_id_1>;
  26. pinctrl_enable_3v3_vmmc: enable3v3vmmcgrp {
  27. fsl,pins = <
  28. MX6QDL_PAD_SD4_DAT3__GPIO2_IO11 0x1b0b0
  29. >;
  30. };
  31. };
  32. /* Colibri MMC */
  33. &usdhc1 {
  34. cap-power-off-card;
  35. /* uncomment the following to enable SD card UHS mode if you have a V1.1 module */
  36. /* /delete-property/ no-1-8-v; */
  37. vmmc-supply = <&reg_3v3_vmmc>;
  38. status = "okay";
  39. };