mt7981b-cmcc-rax3000m-emmc.dts 739 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  2. /dts-v1/;
  3. #include "mt7981b-cmcc-rax3000m.dts"
  4. / {
  5. model = "CMCC RAX3000M (eMMC version)";
  6. compatible = "cmcc,rax3000m-emmc", "mediatek,mt7981";
  7. chosen {
  8. bootargs = "root=PARTLABEL=rootfs rootwait rootfstype=squashfs,f2fs";
  9. };
  10. };
  11. &mmc0 {
  12. bus-width = <8>;
  13. max-frequency = <26000000>;
  14. no-sd;
  15. no-sdio;
  16. non-removable;
  17. pinctrl-names = "default", "state_uhs";
  18. pinctrl-0 = <&mmc0_pins_default>;
  19. pinctrl-1 = <&mmc0_pins_uhs>;
  20. vmmc-supply = <&reg_3p3v>;
  21. status = "okay";
  22. };
  23. &pio {
  24. mmc0_pins_default: mmc0-pins {
  25. mux {
  26. function = "flash";
  27. groups = "emmc_45";
  28. };
  29. };
  30. mmc0_pins_uhs: mmc0-uhs-pins {
  31. mux {
  32. function = "flash";
  33. groups = "emmc_45";
  34. };
  35. };
  36. };