blob: 7b9feae6aa31448278d8a825bd9b966fe0d0685f [file] [log] [blame]
Pavan Kumarbdacd912012-10-29 18:44:00 -07001* Qualcomm Atheros mobile chipsets
2
3Required properties:
4 - compatible: Can be "qca,ar6004-sdio" for SDIO device and
5 "qca,ar6004-hsic" for HSIC devcie.
6 - qca,chip-pwd-l-gpios: specify GPIO for CHIP_PWD_L.
7
8Optional Properties:
9 - cell-index: WLAN Hardware index.
10 - qca,pm-enable-gpios: Specify this GPIO if internal PMU needs to be used.
11 - qca,ar6004-vbatt-supply: Specify this if VBATT is provided through a
12 regulator.
13 - qca,ar6004-vdd-io-supply: Specify this if VDD-IO is provided through a
14 regulator.
15
16Example:
17
18 wlan0: qca,wlan {
19 cell-index = <0>;
20 compatible = "qca,ar6004-sdio";
21 qca,chip-pwd-l-gpios = <&msmgpio 62 0>;
22 qca,pm-enable-gpios = <&pm8019_gpios 3 0x0>;
23 qca,ar6004-vdd-io-supply = <&pm8019_l11>;
24 };