Lines Matching +full:mmc +full:- +full:host
2 ------
10 - compatible : should be one of the following:
21 - marvell,caldata* : A series of properties with marvell,caldata prefix,
23 initialization. This is an array of unsigned 8-bit values.
26 "marvell,caldata-txpwrlimit-2g" (length = 566).
27 "marvell,caldata-txpwrlimit-5g-sub0" (length = 502).
28 "marvell,caldata-txpwrlimit-5g-sub1" (length = 688).
29 "marvell,caldata-txpwrlimit-5g-sub2" (length = 750).
30 "marvell,caldata-txpwrlimit-5g-sub3" (length = 502).
31 - marvell,wakeup-pin : a wakeup pin number of wifi chip which will be configured
32 to firmware. Firmware will wakeup the host using this pin
34 - interrupts : interrupt pin number to the cpu. driver will request an irq based on
36 so that the wifi chip can wakeup host platform under certain condition.
39 - vmmc-supply: a phandle of a regulator, supplying VCC to the card
40 - mmc-pwrseq: phandle to the MMC power sequence node. See "mmc-pwrseq-*"
41 for documentation of MMC power sequence bindings.
49 so that firmware can wakeup host using this device side pin.
52 vmmc-supply = <&wlan_en_reg>;
53 mmc-pwrseq = <&wifi_pwrseq>;
54 bus-width = <4>;
55 cap-power-off-card;
56 keep-power-in-suspend;
58 #address-cells = <1>;
59 #size-cells = <0>;
63 interrupt-parent = <&pio>;
68 marvell,wakeup-pin = <3>;