blob: 6c3e98e856ad7a36e02d60f637f5e2bc76ecf35b [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
Prashanth Bhattaf5150ff2013-03-21 17:40:13 -07005 "qca,ar6004-hsic" for HSIC device. For AR6003, "qca,ar6003-sdio" can be
6 used.
Pavan Kumarbdacd912012-10-29 18:44:00 -07007 - qca,chip-pwd-l-gpios: specify GPIO for CHIP_PWD_L.
8
9Optional Properties:
10 - cell-index: WLAN Hardware index.
11 - qca,pm-enable-gpios: Specify this GPIO if internal PMU needs to be used.
Prashanth Bhattaf5150ff2013-03-21 17:40:13 -070012 - qca,vbatt-supply: Specify this if VBATT is provided through a regulator.
13 - qca,vdd-io-supply: Specify this if VDD-IO is provided through a
Pavan Kumarbdacd912012-10-29 18:44:00 -070014 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>;
Prashanth Bhattaf5150ff2013-03-21 17:40:13 -070023 qca,vdd-io-supply = <&pm8019_l11>;
Pavan Kumarbdacd912012-10-29 18:44:00 -070024 };