Lines Matching +full:host +full:- +full:wakeup
2 ------
9 - compatible : should be one of the following:
10 * "marvell,sd8897-bt" (for SDIO)
11 * "marvell,sd8997-bt" (for SDIO)
16 - marvell,cal-data: Calibration data downloaded to the device during
20 - marvell,wakeup-pin: It represents wakeup pin number of the bluetooth chip.
21 firmware will use the pin to wakeup host system (u16).
22 - marvell,wakeup-gap-ms: wakeup gap represents wakeup latency of the host
25 - interrupt-names: Used only for USB based devices (See below)
26 - interrupts : specifies the interrupt pin number to the cpu. For SDIO, the
29 named "wakeup" from the interrupt-names and interrupt arrays.
32 bluetooth chip can wakeup host platform under certain
38 IRQ pin 119 is used as system wakeup source interrupt.
39 wakeup pin 13 and gap 100ms are configured so that firmware can wakeup host
40 using this device side pin and wakeup latency.
46 vmmc-supply = <&wlan_en_reg>;
47 bus-width = <4>;
48 cap-power-off-card;
49 keep-power-in-suspend;
51 #address-cells = <1>;
52 #size-cells = <0>;
54 compatible = "marvell,sd8897-bt";
56 interrupt-parent = <&pio>;
59 marvell,cal-data = /bits/ 8 <
63 marvell,wakeup-pin = /bits/ 16 <0x0d>;
64 marvell,wakeup-gap-ms = /bits/ 16 <0x64>;
71 #address-cells = <1>;
72 #size-cells = <0>;
77 interrupt-parent = <&gpio0>;
78 interrupt-names = "wakeup";
80 marvell,wakeup-pin = /bits/ 16 <0x0d>;
81 marvell,wakeup-gap-ms = /bits/ 16 <0x64>;