&mmc3 {
    status = "okay";
    dmas = <&edma 30 &edma 31>;
    dma-names = "tx", "rx";
    vmmc-supply = <&wlan_en_reg>;
    bus-width = <4>;
    max-speed = <8000000>;
    pinctrl-names = "default", "sleep";
    pinctrl-0 = <&mmc3_pins_default>;
    pinctrl-1 = <&mmc3_pins_sleep>;
    cap-power-off-card;
    keep-power-in-suspend;
    ti,non-removable;
}

节点含义

  • cap-power-off-card: Can power off after boot.
  • keep-power-in-suspend: preserve card power during suspend
  • ti,no-removable: No card-detection configuration is performed.

相关文章:

  • 2022-12-23
  • 2022-02-06
  • 2021-07-01
  • 2022-12-23
  • 2022-02-14
  • 2021-06-24
  • 2022-03-09
猜你喜欢
  • 2021-10-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-06
  • 2021-12-29
  • 2021-08-31
相关资源
相似解决方案