blob: 0d126aeb3ec063d743feb7c87ef4124b9b2bc9db [file] [log] [blame]
Nicolas Pitre55fe77a2007-06-16 21:40:07 -04001/*
2 * SDIO Classes, Interface Types, Manufacturer IDs, etc.
3 */
4
Robert P. J. Day100e9182011-05-27 16:04:03 -04005#ifndef LINUX_MMC_SDIO_IDS_H
6#define LINUX_MMC_SDIO_IDS_H
Nicolas Pitre55fe77a2007-06-16 21:40:07 -04007
8/*
9 * Standard SDIO Function Interfaces
10 */
11
12#define SDIO_CLASS_NONE 0x00 /* Not a SDIO standard interface */
13#define SDIO_CLASS_UART 0x01 /* standard UART interface */
14#define SDIO_CLASS_BT_A 0x02 /* Type-A BlueTooth std interface */
15#define SDIO_CLASS_BT_B 0x03 /* Type-B BlueTooth std interface */
16#define SDIO_CLASS_GPS 0x04 /* GPS standard interface */
17#define SDIO_CLASS_CAMERA 0x05 /* Camera standard interface */
18#define SDIO_CLASS_PHS 0x06 /* PHS standard interface */
19#define SDIO_CLASS_WLAN 0x07 /* WLAN interface */
20#define SDIO_CLASS_ATA 0x08 /* Embedded SDIO-ATA std interface */
David Vrabelfb3d8eb2010-08-09 17:42:21 -040021#define SDIO_CLASS_BT_AMP 0x09 /* Type-A Bluetooth AMP interface */
Nicolas Pitre55fe77a2007-06-16 21:40:07 -040022
Pierre Ossman727c26e2007-10-17 22:24:24 +020023/*
24 * Vendors and devices. Sort key: vendor first, device next.
25 */
Arend van Spriel6e08d752014-01-06 12:40:50 +010026#define SDIO_VENDOR_ID_BROADCOM 0x02d0
Arend van Spriel8b3a38daf2014-12-23 19:04:23 +010027#define SDIO_DEVICE_ID_BROADCOM_43143 0xa887
Arend van Spriel6e08d752014-01-06 12:40:50 +010028#define SDIO_DEVICE_ID_BROADCOM_43241 0x4324
29#define SDIO_DEVICE_ID_BROADCOM_4329 0x4329
30#define SDIO_DEVICE_ID_BROADCOM_4330 0x4330
31#define SDIO_DEVICE_ID_BROADCOM_4334 0x4334
Arend van Spriel8b3a38daf2014-12-23 19:04:23 +010032#define SDIO_DEVICE_ID_BROADCOM_43340 0xa94c
33#define SDIO_DEVICE_ID_BROADCOM_43341 0xa94d
Arend van Spriel6e08d752014-01-06 12:40:50 +010034#define SDIO_DEVICE_ID_BROADCOM_4335_4339 0x4335
Arend van Spriel8b3a38daf2014-12-23 19:04:23 +010035#define SDIO_DEVICE_ID_BROADCOM_43362 0xa962
Arend van Spriel25911552015-03-18 13:25:26 +010036#define SDIO_DEVICE_ID_BROADCOM_43430 0xa9a6
Syed Asifful Dayyan9c510262015-03-06 18:40:42 +010037#define SDIO_DEVICE_ID_BROADCOM_4345 0x4345
Franky Lina797ca12014-03-15 17:18:17 +010038#define SDIO_DEVICE_ID_BROADCOM_4354 0x4354
Christian Daudt496aec52016-05-04 17:55:20 -070039#define SDIO_DEVICE_ID_BROADCOM_4356 0x4356
Arend van Spriel6e08d752014-01-06 12:40:50 +010040
Tomas Winkler51def0b2009-07-22 14:06:56 +000041#define SDIO_VENDOR_ID_INTEL 0x0089
42#define SDIO_DEVICE_ID_INTEL_IWMC3200WIMAX 0x1402
43#define SDIO_DEVICE_ID_INTEL_IWMC3200WIFI 0x1403
44#define SDIO_DEVICE_ID_INTEL_IWMC3200TOP 0x1404
45#define SDIO_DEVICE_ID_INTEL_IWMC3200GPS 0x1405
46#define SDIO_DEVICE_ID_INTEL_IWMC3200BT 0x1406
Cindy H Kaof8fc3292009-09-04 17:38:46 -070047#define SDIO_DEVICE_ID_INTEL_IWMC3200WIMAX_2G5 0x1407
Pierre Ossman727c26e2007-10-17 22:24:24 +020048
49#define SDIO_VENDOR_ID_MARVELL 0x02df
50#define SDIO_DEVICE_ID_MARVELL_LIBERTAS 0x9103
Bing Zhaoe45d8e52009-04-06 15:50:56 -070051#define SDIO_DEVICE_ID_MARVELL_8688WLAN 0x9104
52#define SDIO_DEVICE_ID_MARVELL_8688BT 0x9105
Nicolas Pitre55fe77a2007-06-16 21:40:07 -040053
Uri Shkolnikecfe0cf2009-03-12 10:10:40 -030054#define SDIO_VENDOR_ID_SIANO 0x039a
55#define SDIO_DEVICE_ID_SIANO_NOVA_B0 0x0201
56#define SDIO_DEVICE_ID_SIANO_NICE 0x0202
57#define SDIO_DEVICE_ID_SIANO_VEGA_A0 0x0300
58#define SDIO_DEVICE_ID_SIANO_VENICE 0x0301
59#define SDIO_DEVICE_ID_SIANO_NOVA_A0 0x1100
60#define SDIO_DEVICE_ID_SIANO_STELLAR 0x5347
61
Robert P. J. Day100e9182011-05-27 16:04:03 -040062#endif /* LINUX_MMC_SDIO_IDS_H */