Lines Matching +full:irq +full:- +full:device
2 ------
4 This node provides properties for controlling the Marvell SDIO/PCIE wireless device.
6 connects the device to the system.
10 - compatible : should be one of the following:
21 - marvell,caldata* : A series of properties with marvell,caldata prefix,
22 represent calibration data downloaded to the device during
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
34 - interrupts : interrupt pin number to the cpu. driver will request an irq based on
35 this interrupt number. during system suspend, the irq will be enabled
37 during system resume, the irq will be disabled to make sure
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-*"
48 IRQ pin 38 is used as system wakeup source interrupt. wakeup pin 3 is configured
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>;