Lines Matching +full:mmc +full:-
1 mmc-card / eMMC bindings
2 ------------------------
4 This documents describes the devicetree bindings for a mmc-host controller
5 child node describing a mmc-card / an eMMC, see "Use of Function subnodes"
6 in mmc.txt
9 -compatible : Must be "mmc-card"
10 -reg : Must be <0>
13 -broken-hpi : Use this to indicate that the mmc-card has a broken hpi
19 pinctrl-names = "default";
20 pinctrl-0 = <&mmc2_pins_a>;
21 vmmc-supply = <®_vcc3v3>;
22 bus-width = <8>;
23 non-removable;
27 compatible = "mmc-card";
28 broken-hpi;