xref: /freebsd/sys/dev/bhnd/bhnd_ids.h (revision 0b3105a37d7adcadcb720112fed4dc4e8040be99)
1 /*-
2  * Copyright (C) 1999-2013, Broadcom Corporation
3  *
4  * This file is derived from the bcmdevs.h header contributed by Broadcom
5  * to Android's bcmdhd driver module, and the hndsoc.h header distributed with
6  * with Broadcom's initial brcm80211 Linux driver release, as contributed to
7  * the Linux staging repository.
8  *
9  * Permission to use, copy, modify, and/or distribute this software for any
10  * purpose with or without fee is hereby granted, provided that the above
11  * copyright notice and this permission notice appear in all copies.
12  *
13  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
14  * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
15  * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
16  * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
17  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
18  * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
19  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20  *
21  * $Id: bcmdevs.h 387183 2013-02-24 07:42:07Z $
22  *
23  * $FreeBSD$
24  */
25 
26 #ifndef _BHND_BHND_IDS_H_
27 #define _BHND_BHND_IDS_H_
28 
29 
30 
31 /*
32  * JEDEC JEP-106 Core Vendor IDs
33  *
34  * These are the JEDEC JEP-106 manufacturer ID representions (with ARM's
35  * non-standard 4-bit continutation code), as used in ARM's PrimeCell
36  * identification registers, bcma(4) EROM core descriptors, etc.
37  *
38  * @note
39  * Bus implementations that predate the adoption of ARM IP
40  * will need to convert bus-specific vendor IDs to their BHND_MFGID
41  * JEP-106 equivalents.
42  *
43  * @par ARM 4-bit Continuation Code
44  *
45  * BHND MFGIDs are encoded using ARM's non-standard 4-bit continuation code
46  * format:
47  *
48  * @code{.unparsed}
49  * [11:8     ][7:0   ]
50  * [cont code][mfg id]
51  * @endcode
52  *
53  * The 4-bit continuation code field specifies the number of JEP-106
54  * continuation codes that prefix the manufacturer's ID code. In the case of
55  * ARM's JEP-106 ID of `0x7F 0x7F 0x7F 0x7F 0x3B`, the four 0x7F continuations
56  * are encoded as '4' in the 4-bit continuation code field (i.e. 0x43B).
57  */
58 #define	BHND_MFGID_ARM		0x043b		/**< arm JEP-106 vendor id */
59 #define	BHND_MFGID_BCM		0x04bf		/**< broadcom JEP-106 vendor id */
60 #define	BHND_MFGID_MIPS		0x04a7		/**< mips JEP-106 vendor id */
61 #define	BHND_MFGID_INVALID	0x0000		/**< invalid JEP-106 vendor id */
62 
63 /*
64  * OCP (Open Core Protocol) Vendor IDs.
65  *
66  * OCP-IP assigned vendor codes are used by siba(4)
67  */
68 #define	OCP_VENDOR_BCM		0x4243		/**< Broadcom OCP vendor id */
69 
70 
71 /* PCI vendor IDs */
72 #define	PCI_VENDOR_EPIGRAM	0xfeda
73 #define	PCI_VENDOR_BROADCOM	0x14e4
74 #define	PCI_VENDOR_3COM		0x10b7
75 #define	PCI_VENDOR_NETGEAR	0x1385
76 #define	PCI_VENDOR_DIAMOND	0x1092
77 #define	PCI_VENDOR_INTEL	0x8086
78 #define	PCI_VENDOR_DELL		0x1028
79 #define	PCI_VENDOR_HP		0x103c
80 #define	PCI_VENDOR_HP_COMPAQ	0x0e11
81 #define	PCI_VENDOR_APPLE	0x106b
82 #define	PCI_VENDOR_SI_IMAGE	0x1095		/* Silicon Image, used by Arasan SDIO Host */
83 #define	PCI_VENDOR_BUFFALO	0x1154		/* Buffalo vendor id */
84 #define	PCI_VENDOR_TI		0x104c		/* Texas Instruments */
85 #define	PCI_VENDOR_RICOH	0x1180		/* Ricoh */
86 #define	PCI_VENDOR_JMICRON	0x197b
87 
88 
89 /* PCMCIA vendor IDs */
90 #define	PCMCIA_VENDOR_BROADCOM	0x02d0
91 
92 
93 /* SDIO vendor IDs */
94 #define	SDIO_VENDOR_BROADCOM	0x00BF
95 
96 
97 /* USB dongle VID/PIDs */
98 #define	USB_VID_BROADCOM	0x0a5c
99 #define	USB_PID_BCM4328		0xbd12
100 #define	USB_PID_BCM4322		0xbd13
101 #define	USB_PID_BCM4319		0xbd16
102 #define	USB_PID_BCM43236	0xbd17
103 #define	USB_PID_BCM4332		0xbd18
104 #define	USB_PID_BCM4330		0xbd19
105 #define	USB_PID_BCM4334		0xbd1a
106 #define	USB_PID_BCM43239	0xbd1b
107 #define	USB_PID_BCM4324		0xbd1c
108 #define	USB_PID_BCM4360		0xbd1d
109 #define	USB_PID_BCM43143	0xbd1e
110 #define	USB_PID_BCM43242	0xbd1f
111 #define	USB_PID_BCM43342	0xbd21
112 #define	USB_PID_BCM4335		0xbd20
113 #define	USB_PID_BCM4350		0xbd23
114 #define	USB_PID_BCM43341	0xbd22
115 
116 #define	USB_PID_BCM_DNGL_BDC	0x0bdc		/* BDC USB device controller IP? */
117 #define	USB_PID_BCM_DNGL_JTAG	0x4a44
118 
119 
120 /* HW USB BLOCK [CPULESS USB] PIDs */
121 #define	USB_PID_CCM_HWUSB_43239	43239
122 
123 
124 /* PCI Device IDs */
125 #define	PCI_DEVID_BCM4210		0x1072	/* never used */
126 #define	PCI_DEVID_BCM4230		0x1086	/* never used */
127 #define	PCI_DEVID_BCM4401_ENET		0x170c	/* 4401b0 production enet cards */
128 #define	PCI_DEVID_BCM3352		0x3352	/* bcm3352 device id */
129 #define	PCI_DEVID_BCM3360		0x3360	/* bcm3360 device id */
130 #define	PCI_DEVID_BCM4211		0x4211
131 #define	PCI_DEVID_BCM4231		0x4231
132 #define	PCI_DEVID_BCM4301		0x4301	/* 4031 802.11b */
133 #define	PCI_DEVID_BCM4303_D11B		0x4303	/* 4303 802.11b */
134 #define	PCI_DEVID_BCM4306		0x4306	/* 4306 802.11b/g */
135 #define	PCI_DEVID_BCM4307		0x4307	/* 4307 802.11b, 10/100 ethernet, V.92 modem */
136 #define	PCI_DEVID_BCM4311_D11G		0x4311	/* 4311 802.11b/g id */
137 #define	PCI_DEVID_BCM4311_D11DUAL	0x4312	/* 4311 802.11a/b/g id */
138 #define	PCI_DEVID_BCM4311_D11A		0x4313	/* 4311 802.11a id */
139 #define	PCI_DEVID_BCM4328_D11DUAL	0x4314	/* 4328/4312 802.11a/g id */
140 #define	PCI_DEVID_BCM4328_D11G		0x4315	/* 4328/4312 802.11g id */
141 #define	PCI_DEVID_BCM4328_D11A		0x4316	/* 4328/4312 802.11a id */
142 #define	PCI_DEVID_BCM4318_D11G		0x4318	/* 4318 802.11b/g id */
143 #define	PCI_DEVID_BCM4318_D11DUAL	0x4319	/* 4318 802.11a/b/g id */
144 #define	PCI_DEVID_BCM4318_D11A		0x431a	/* 4318 802.11a id */
145 #define	PCI_DEVID_BCM4325_D11DUAL	0x431b	/* 4325 802.11a/g id */
146 #define	PCI_DEVID_BCM4325_D11G		0x431c	/* 4325 802.11g id */
147 #define	PCI_DEVID_BCM4325_D11A		0x431d	/* 4325 802.11a id */
148 #define	PCI_DEVID_BCM4306_D11G		0x4320	/* 4306 802.11g */
149 #define	PCI_DEVID_BCM4306_D11A		0x4321	/* 4306 802.11a */
150 #define	PCI_DEVID_BCM4306_UART		0x4322	/* 4306 uart */
151 #define	PCI_DEVID_BCM4306_V90		0x4323	/* 4306 v90 codec */
152 #define	PCI_DEVID_BCM4306_D11DUAL	0x4324	/* 4306 dual A+B */
153 #define	PCI_DEVID_BCM4306_D11G_ID2	0x4325	/* BCM4306_D11G; INF w/loose binding war */
154 #define	PCI_DEVID_BCM4321_D11N		0x4328	/* 4321 802.11n dualband id */
155 #define	PCI_DEVID_BCM4321_D11N2G	0x4329	/* 4321 802.11n 2.4Ghz band id */
156 #define	PCI_DEVID_BCM4321_D11N5G	0x432a	/* 4321 802.11n 5Ghz band id */
157 #define	PCI_DEVID_BCM4322_D11N		0x432b	/* 4322 802.11n dualband device */
158 #define	PCI_DEVID_BCM4322_D11N2G	0x432c	/* 4322 802.11n 2.4GHz device */
159 #define	PCI_DEVID_BCM4322_D11N5G	0x432d	/* 4322 802.11n 5GHz device */
160 #define	PCI_DEVID_BCM4329_D11N		0x432e	/* 4329 802.11n dualband device */
161 #define	PCI_DEVID_BCM4329_D11N2G	0x432f	/* 4329 802.11n 2.4G device */
162 #define	PCI_DEVID_BCM4329_D11N5G	0x4330	/* 4329 802.11n 5G device */
163 #define	PCI_DEVID_BCM4315_D11DUAL	0x4334	/* 4315 802.11a/g id */
164 #define	PCI_DEVID_BCM4315_D11G		0x4335	/* 4315 802.11g id */
165 #define	PCI_DEVID_BCM4315_D11A		0x4336	/* 4315 802.11a id */
166 #define	PCI_DEVID_BCM4319_D11N		0x4337	/* 4319 802.11n dualband device */
167 #define	PCI_DEVID_BCM4319_D11N2G	0x4338	/* 4319 802.11n 2.4G device */
168 #define	PCI_DEVID_BCM4319_D11N5G	0x4339	/* 4319 802.11n 5G device */
169 #define	PCI_DEVID_BCM43231_D11N2G	0x4340	/* 43231 802.11n 2.4GHz device */
170 #define	PCI_DEVID_BCM43221_D11N2G	0x4341	/* 43221 802.11n 2.4GHz device */
171 #define	PCI_DEVID_BCM43222_D11N		0x4350	/* 43222 802.11n dualband device */
172 #define	PCI_DEVID_BCM43222_D11N2G	0x4351	/* 43222 802.11n 2.4GHz device */
173 #define	PCI_DEVID_BCM43222_D11N5G	0x4352	/* 43222 802.11n 5GHz device */
174 #define	PCI_DEVID_BCM43224_D11N		0x4353	/* 43224 802.11n dualband device */
175 #define	PCI_DEVID_BCM43224_D11N_ID_VEN1	0x0576	/* Vendor specific 43224 802.11n db device */
176 #define	PCI_DEVID_BCM43226_D11N		0x4354	/* 43226 802.11n dualband device */
177 #define	PCI_DEVID_BCM43236_D11N		0x4346	/* 43236 802.11n dualband device */
178 #define	PCI_DEVID_BCM43236_D11N2G	0x4347	/* 43236 802.11n 2.4GHz device */
179 #define	PCI_DEVID_BCM43236_D11N5G	0x4348	/* 43236 802.11n 5GHz device */
180 #define	PCI_DEVID_BCM43225_D11N2G	0x4357	/* 43225 802.11n 2.4GHz device */
181 #define	PCI_DEVID_BCM43421_D11N		0xA99D	/* 43421 802.11n dualband device */
182 #define	PCI_DEVID_BCM4313_D11N2G	0x4727	/* 4313 802.11n 2.4G device */
183 #define	PCI_DEVID_BCM4330_D11N		0x4360	/* 4330 802.11n dualband device */
184 #define	PCI_DEVID_BCM4330_D11N2G	0x4361	/* 4330 802.11n 2.4G device */
185 #define	PCI_DEVID_BCM4330_D11N5G	0x4362	/* 4330 802.11n 5G device */
186 #define	PCI_DEVID_BCM4336_D11N		0x4343	/* 4336 802.11n 2.4GHz device */
187 #define	PCI_DEVID_BCM6362_D11N		0x435f	/* 6362 802.11n dualband device */
188 #define	PCI_DEVID_BCM6362_D11N2G	0x433f	/* 6362 802.11n 2.4Ghz band id */
189 #define	PCI_DEVID_BCM6362_D11N5G	0x434f	/* 6362 802.11n 5Ghz band id */
190 #define	PCI_DEVID_BCM4331_D11N		0x4331	/* 4331 802.11n dualband id */
191 #define	PCI_DEVID_BCM4331_D11N2G	0x4332	/* 4331 802.11n 2.4Ghz band id */
192 #define	PCI_DEVID_BCM4331_D11N5G	0x4333	/* 4331 802.11n 5Ghz band id */
193 #define	PCI_DEVID_BCM43237_D11N		0x4355	/* 43237 802.11n dualband device */
194 #define	PCI_DEVID_BCM43237_D11N5G	0x4356	/* 43237 802.11n 5GHz device */
195 #define	PCI_DEVID_BCM43227_D11N2G	0x4358	/* 43228 802.11n 2.4GHz device */
196 #define	PCI_DEVID_BCM43228_D11N		0x4359	/* 43228 802.11n DualBand device */
197 #define	PCI_DEVID_BCM43228_D11N5G	0x435a	/* 43228 802.11n 5GHz device */
198 #define	PCI_DEVID_BCM43362_D11N		0x4363	/* 43362 802.11n 2.4GHz device */
199 #define	PCI_DEVID_BCM43239_D11N		0x4370	/* 43239 802.11n dualband device */
200 #define	PCI_DEVID_BCM4324_D11N		0x4374	/* 4324 802.11n dualband device */
201 #define	PCI_DEVID_BCM43217_D11N2G	0x43a9	/* 43217 802.11n 2.4GHz device */
202 #define	PCI_DEVID_BCM43131_D11N2G	0x43aa	/* 43131 802.11n 2.4GHz device */
203 #define	PCI_DEVID_BCM4314_D11N2G	0x4364	/* 4314 802.11n 2.4G device */
204 #define	PCI_DEVID_BCM43142_D11N2G	0x4365	/* 43142 802.11n 2.4G device */
205 #define	PCI_DEVID_BCM43143_D11N2G	0x4366	/* 43143 802.11n 2.4G device */
206 #define	PCI_DEVID_BCM4334_D11N		0x4380	/* 4334 802.11n dualband device */
207 #define	PCI_DEVID_BCM4334_D11N2G	0x4381	/* 4334 802.11n 2.4G device */
208 #define	PCI_DEVID_BCM4334_D11N5G	0x4382	/* 4334 802.11n 5G device */
209 #define	PCI_DEVID_BCM43342_D11N		0x4383	/* 43342 802.11n dualband device */
210 #define	PCI_DEVID_BCM43342_D11N2G	0x4384	/* 43342 802.11n 2.4G device */
211 #define	PCI_DEVID_BCM43342_D11N5G	0x4385	/* 43342 802.11n 5G device */
212 #define	PCI_DEVID_BCM43341_D11N		0x4386	/* 43341 802.11n dualband device */
213 #define	PCI_DEVID_BCM43341_D11N2G	0x4387	/* 43341 802.11n 2.4G device */
214 #define	PCI_DEVID_BCM43341_D11N5G	0x4388	/* 43341 802.11n 5G device */
215 #define	PCI_DEVID_BCM4360_D11AC		0x43a0
216 #define	PCI_DEVID_BCM4360_D11AC2G	0x43a1
217 #define	PCI_DEVID_BCM4360_D11AC5G	0x43a2
218 #define	PCI_DEVID_BCM4335_D11AC		0x43ae
219 #define	PCI_DEVID_BCM4335_D11AC2G	0x43af
220 #define	PCI_DEVID_BCM4335_D11AC5G	0x43b0
221 #define	PCI_DEVID_BCM4352_D11AC		0x43b1	/* 4352 802.11ac dualband device */
222 #define	PCI_DEVID_BCM4352_D11AC2G	0x43b2	/* 4352 802.11ac 2.4G device */
223 #define	PCI_DEVID_BCM4352_D11AC5G	0x43b3	/* 4352 802.11ac 5G device */
224 
225 #define	PCI_DEVID_PCIXX21_FLASHMEDIA0	0x8033	/* TI PCI xx21 Standard Host Controller */
226 #define	PCI_DEVID_PCIXX21_SDIOH0	0x8034	/* TI PCI xx21 Standard Host Controller */
227 
228 
229 /* PCI Subsystem Vendor IDs */
230 #define	PCI_SUBVENDOR_BCM943228HMB	0x0607
231 #define	PCI_SUBVENDOR_BCM94313HMGBL	0x0608
232 #define	PCI_SUBVENDOR_BCM94313HMG	0x0609
233 #define	PCI_SUBVENDOR_BCM943142HM	0x0611
234 
235 
236 /* PCI Subsystem Device IDs */
237 #define	PCI_SUBDEVID_BCM43143_D11N2G		0x4366	/* 43143 802.11n 2.4G device */
238 
239 #define	PCI_SUBDEVID_BCM43242_D11N		0x4367	/* 43242 802.11n dualband device */
240 #define	PCI_SUBDEVID_BCM43242_D11N2G		0x4368	/* 43242 802.11n 2.4G device */
241 #define	PCI_SUBDEVID_BCM43242_D11N5G		0x4369	/* 43242 802.11n 5G device */
242 
243 #define	PCI_SUBDEVID_BCM4350_D11AC		0x43a3
244 #define	PCI_SUBDEVID_BCM4350_D11AC2G		0x43a4
245 #define	PCI_SUBDEVID_BCM4350_D11AC5G		0x43a5
246 
247 #define	PCI_SUBDEVID_BCMGPRS_UART		0x4333	/* Uart id used by 4306/gprs card */
248 #define	PCI_SUBDEVID_BCMGPRS2_UART		0x4344	/* Uart id used by 4306/gprs card */
249 #define	PCI_SUBDEVID_BCM_FPGA_JTAGM		0x43f0	/* FPGA jtagm device id */
250 #define	PCI_SUBDEVID_BCM_JTAGM			0x43f1	/* BCM jtagm device id */
251 #define	PCI_SUBDEVID_BCM_SDIOH_FPGA		0x43f2	/* sdio host fpga */
252 #define	PCI_SUBDEVID_BCM_SDIOH			0x43f3	/* BCM sdio host id */
253 #define	PCI_SUBDEVID_BCM_SDIOD_FPGA		0x43f4	/* sdio device fpga */
254 #define	PCI_SUBDEVID_BCM_SPIH_FPGA		0x43f5	/* PCI SPI Host Controller FPGA */
255 #define	PCI_SUBDEVID_BCM_SPIH			0x43f6	/* Synopsis SPI Host Controller */
256 #define	PCI_SUBDEVID_BCM_MIMO_FPGA		0x43f8	/* FPGA mimo minimacphy device id */
257 #define	PCI_SUBDEVID_BCM_JTAGM2			0x43f9	/* PCI_SUBDEVID_BCM alternate jtagm device id */
258 #define	PCI_SUBDEVID_BCM_SDHCI_FPGA		0x43fa	/* Standard SDIO Host Controller FPGA */
259 #define	PCI_SUBDEVID_BCM4402_ENET		0x4402	/* 4402 enet */
260 #define	PCI_SUBDEVID_BCM4402_V90		0x4403	/* 4402 v90 codec */
261 #define	PCI_SUBDEVID_BCM4410			0x4410	/* bcm44xx family pci iline */
262 #define	PCI_SUBDEVID_BCM4412			0x4412	/* bcm44xx family pci enet */
263 #define	PCI_SUBDEVID_BCM4430			0x4430	/* bcm44xx family cardbus iline */
264 #define	PCI_SUBDEVID_BCM4432			0x4432	/* bcm44xx family cardbus enet */
265 #define	PCI_SUBDEVID_BCM4704_ENET		0x4706	/* 4704 enet (Use 47XX_ENET_ID instead!) */
266 #define	PCI_SUBDEVID_BCM4710			0x4710	/* 4710 primary function 0 */
267 #define	PCI_SUBDEVID_BCM47XX_AUDIO		0x4711	/* 47xx audio codec */
268 #define	PCI_SUBDEVID_BCM47XX_V90		0x4712	/* 47xx v90 codec */
269 #define	PCI_SUBDEVID_BCM47XX_ENET		0x4713	/* 47xx enet */
270 #define	PCI_SUBDEVID_BCM47XX_EXT		0x4714	/* 47xx external i/f */
271 #define	PCI_SUBDEVID_BCM47XX_GMAC		0x4715	/* 47xx Unimac based GbE */
272 #define	PCI_SUBDEVID_BCM47XX_USBH		0x4716	/* 47xx usb host */
273 #define	PCI_SUBDEVID_BCM47XX_USBD		0x4717	/* 47xx usb device */
274 #define	PCI_SUBDEVID_BCM47XX_IPSEC		0x4718	/* 47xx ipsec */
275 #define	PCI_SUBDEVID_BCM47XX_ROBO		0x4719	/* 47xx/53xx roboswitch core */
276 #define	PCI_SUBDEVID_BCM47XX_USB20H		0x471a	/* 47xx usb 2.0 host */
277 #define	PCI_SUBDEVID_BCM47XX_USB20D		0x471b	/* 47xx usb 2.0 device */
278 #define	PCI_SUBDEVID_BCM47XX_ATA100		0x471d	/* 47xx parallel ATA */
279 #define	PCI_SUBDEVID_BCM47XX_SATAXOR		0x471e	/* 47xx serial ATA & XOR DMA */
280 #define	PCI_SUBDEVID_BCM47XX_GIGETH		0x471f	/* 47xx GbE (5700) */
281 #define	PCI_SUBDEVID_BCM4712_MIPS		0x4720	/* 4712 base devid */
282 #define	PCI_SUBDEVID_BCM4716			0x4722	/* 4716 base devid */
283 #define	PCI_SUBDEVID_BCM47XX_USB30H		0x472a	/* 47xx usb 3.0 host */
284 #define	PCI_SUBDEVID_BCM47XX_USB30D		0x472b	/* 47xx usb 3.0 device */
285 #define	PCI_SUBDEVID_BCM47XX_SMBUS_EMU		0x47fe	/* 47xx emulated SMBus device */
286 #define	PCI_SUBDEVID_BCM47XX_XOR_EMU		0x47ff	/* 47xx emulated XOR engine */
287 #define	PCI_SUBDEVID_BCM_EPI41210		0xa0fa	/* bcm4210 */
288 #define	PCI_SUBDEVID_BCM_EPI41230		0xa10e	/* bcm4230 */
289 #define	PCI_SUBDEVID_BCM_JINVANI_SDIOH		0x4743	/* Jinvani SDIO Gold Host */
290 #define	PCI_SUBDEVID_BCM27XX_SDIOH		0x2702	/* PCI_SUBDEVID_BCM27xx Standard SDIO Host */
291 #define	PCI_SUBDEVID_BCM_PCIXX21_FLASHMEDIA	0x803b	/* TI PCI xx21 Standard Host Controller */
292 #define	PCI_SUBDEVID_BCM_PCIXX21_SDIOH		0x803c	/* TI PCI xx21 Standard Host Controller */
293 #define	PCI_SUBDEVID_BCM_R5C822_SDIOH		0x0822	/* Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host */
294 #define	PCI_SUBDEVID_BCM_JMICRON_SDIOH		0x2381	/* JMicron Standard SDIO Host Controller */
295 
296 
297 /* Broadcom ChipCommon Chip IDs */
298 #define	BHND_CHIPID_BCM4306		0x4306		/* 4306 chipcommon chipid */
299 #define	BHND_CHIPID_BCM4311		0x4311		/* 4311 PCIe 802.11a/b/g */
300 #define	BHND_CHIPID_BCM43111		43111		/* 43111 chipcommon chipid (OTP chipid) */
301 #define	BHND_CHIPID_BCM43112		43112		/* 43112 chipcommon chipid (OTP chipid) */
302 #define	BHND_CHIPID_BCM4312		0x4312		/* 4312 chipcommon chipid */
303 #define	BHND_CHIPID_BCM4313		0x4313		/* 4313 chip id */
304 #define	BHND_CHIPID_BCM43131		43131		/* 43131 chip id (OTP chipid) */
305 #define	BHND_CHIPID_BCM4315		0x4315		/* 4315 chip id */
306 #define	BHND_CHIPID_BCM4318		0x4318		/* 4318 chipcommon chipid */
307 #define	BHND_CHIPID_BCM4319		0x4319		/* 4319 chip id */
308 #define	BHND_CHIPID_BCM4320		0x4320		/* 4320 chipcommon chipid */
309 #define	BHND_CHIPID_BCM4321		0x4321		/* 4321 chipcommon chipid */
310 #define	BHND_CHIPID_BCM43217		43217		/* 43217 chip id (OTP chipid) */
311 #define	BHND_CHIPID_BCM4322		0x4322		/* 4322 chipcommon chipid */
312 #define	BHND_CHIPID_BCM43221		43221		/* 43221 chipcommon chipid (OTP chipid) */
313 #define	BHND_CHIPID_BCM43222		43222		/* 43222 chipcommon chipid */
314 #define	BHND_CHIPID_BCM43224		43224		/* 43224 chipcommon chipid */
315 #define	BHND_CHIPID_BCM43225		43225		/* 43225 chipcommon chipid */
316 #define	BHND_CHIPID_BCM43227		43227		/* 43227 chipcommon chipid */
317 #define	BHND_CHIPID_BCM43228		43228		/* 43228 chipcommon chipid */
318 #define	BHND_CHIPID_BCM43226		43226		/* 43226 chipcommon chipid */
319 #define	BHND_CHIPID_BCM43231		43231		/* 43231 chipcommon chipid (OTP chipid) */
320 #define	BHND_CHIPID_BCM43234		43234		/* 43234 chipcommon chipid */
321 #define	BHND_CHIPID_BCM43235		43235		/* 43235 chipcommon chipid */
322 #define	BHND_CHIPID_BCM43236		43236		/* 43236 chipcommon chipid */
323 #define	BHND_CHIPID_BCM43237		43237		/* 43237 chipcommon chipid */
324 #define	BHND_CHIPID_BCM43238		43238		/* 43238 chipcommon chipid */
325 #define	BHND_CHIPID_BCM43239		43239		/* 43239 chipcommon chipid */
326 #define	BHND_CHIPID_BCM43420		43420		/* 43222 chipcommon chipid (OTP, RBBU) */
327 #define	BHND_CHIPID_BCM43421		43421		/* 43224 chipcommon chipid (OTP, RBBU) */
328 #define	BHND_CHIPID_BCM43428		43428		/* 43228 chipcommon chipid (OTP, RBBU) */
329 #define	BHND_CHIPID_BCM43431		43431		/* 4331  chipcommon chipid (OTP, RBBU) */
330 #define	BHND_CHIPID_BCM43460		43460		/* 4360  chipcommon chipid (OTP, RBBU) */
331 #define	BHND_CHIPID_BCM4325		0x4325		/* 4325 chip id */
332 #define	BHND_CHIPID_BCM4328		0x4328		/* 4328 chip id */
333 #define	BHND_CHIPID_BCM4329		0x4329		/* 4329 chipcommon chipid */
334 #define	BHND_CHIPID_BCM4331		0x4331		/* 4331 chipcommon chipid */
335 #define	BHND_CHIPID_BCM4336		0x4336		/* 4336 chipcommon chipid */
336 #define	BHND_CHIPID_BCM43362		43362		/* 43362 chipcommon chipid */
337 #define	BHND_CHIPID_BCM4330		0x4330		/* 4330 chipcommon chipid */
338 #define	BHND_CHIPID_BCM6362		0x6362		/* 6362 chipcommon chipid */
339 #define	BHND_CHIPID_BCM4314		0x4314		/* 4314 chipcommon chipid */
340 #define	BHND_CHIPID_BCM43142		43142		/* 43142 chipcommon chipid */
341 #define	BHND_CHIPID_BCM43143		43143		/* 43143 chipcommon chipid */
342 #define	BHND_CHIPID_BCM4324		0x4324		/* 4324 chipcommon chipid */
343 #define	BHND_CHIPID_BCM43242		43242		/* 43242 chipcommon chipid */
344 #define	BHND_CHIPID_BCM43243		43243		/* 43243 chipcommon chipid */
345 #define	BHND_CHIPID_BCM4334		0x4334		/* 4334 chipcommon chipid */
346 #define	BHND_CHIPID_BCM4335		0x4335		/* 4335 chipcommon chipid */
347 #define	BHND_CHIPID_BCM4360		0x4360          /* 4360 chipcommon chipid */
348 #define	BHND_CHIPID_BCM4352		0x4352          /* 4352 chipcommon chipid */
349 #define	BHND_CHIPID_BCM43526		0xAA06
350 #define	BHND_CHIPID_BCM43341		43341		/* 43341 chipcommon chipid */
351 #define	BHND_CHIPID_BCM43342		43342		/* 43342 chipcommon chipid */
352 #define	BHND_CHIPID_BCM4335		0x4335
353 #define	BHND_CHIPID_BCM4350		0x4350          /* 4350 chipcommon chipid */
354 
355 #define	BHND_CHIPID_BCM4342		4342		/* 4342 chipcommon chipid (OTP, RBBU) */
356 #define	BHND_CHIPID_BCM4402		0x4402		/* 4402 chipid */
357 #define	BHND_CHIPID_BCM4704		0x4704		/* 4704 chipcommon chipid */
358 #define	BHND_CHIPID_BCM4706		0x5300		/* 4706 chipcommon chipid */
359 #define	BHND_CHIPID_BCM4707		53010		/* 4707 chipcommon chipid */
360 #define	BHND_CHIPID_BCM53018		53018		/* 53018 chipcommon chipid */
361 #define	BHND_CHIPID_IS_BCM4707(chipid) \
362 	(((chipid) == BHND_CHIPID_BCM4707) || \
363 	((chipid) == BHND_CHIPID_BCM53018))
364 #define	BHND_CHIPID_BCM4710		0x4710		/* 4710 chipid */
365 #define	BHND_CHIPID_BCM4712		0x4712		/* 4712 chipcommon chipid */
366 #define	BHND_CHIPID_BCM4716		0x4716		/* 4716 chipcommon chipid */
367 #define	BHND_CHIPID_BCM47162		47162		/* 47162 chipcommon chipid */
368 #define	BHND_CHIPID_BCM4748		0x4748		/* 4716 chipcommon chipid (OTP, RBBU) */
369 #define	BHND_CHIPID_BCM4749		0x4749		/* 5357 chipcommon chipid (OTP, RBBU) */
370 #define	BHND_CHIPID_BCM4785		0x4785		/* 4785 chipcommon chipid */
371 #define	BHND_CHIPID_BCM5350		0x5350		/* 5350 chipcommon chipid */
372 #define	BHND_CHIPID_BCM5352		0x5352		/* 5352 chipcommon chipid */
373 #define	BHND_CHIPID_BCM5354		0x5354		/* 5354 chipcommon chipid */
374 #define	BHND_CHIPID_BCM5365		0x5365		/* 5365 chipcommon chipid */
375 #define	BHND_CHIPID_BCM5356		0x5356		/* 5356 chipcommon chipid */
376 #define	BHND_CHIPID_BCM5357		0x5357		/* 5357 chipcommon chipid */
377 #define	BHND_CHIPID_BCM53572		53572		/* 53572 chipcommon chipid */
378 
379 
380 /* Broadcom ChipCommon Package IDs */
381 #define	BHND_PKGID_BCM4303		2		/* 4303 package id */
382 #define	BHND_PKGID_BCM4309		1		/* 4309 package id */
383 #define	BHND_PKGID_BCM4712LARGE		0		/* 340pin 4712 package id */
384 #define	BHND_PKGID_BCM4712SMALL		1		/* 200pin 4712 package id */
385 #define	BHND_PKGID_BCM4712MID		2		/* 225pin 4712 package id */
386 #define	BHND_PKGID_BCM4328USBD11G	2		/* 4328 802.11g USB package id */
387 #define	BHND_PKGID_BCM4328USBDUAL	3		/* 4328 802.11a/g USB package id */
388 #define	BHND_PKGID_BCM4328SDIOD11G	4		/* 4328 802.11g SDIO package id */
389 #define	BHND_PKGID_BCM4328SDIODUAL	5		/* 4328 802.11a/g SDIO package id */
390 #define	BHND_PKGID_BCM4329_289PIN	0		/* 4329 289-pin package id */
391 #define	BHND_PKGID_BCM4329_182PIN	1		/* 4329N 182-pin package id */
392 #define	BHND_PKGID_BCM5354E		1		/* 5354E package id */
393 #define	BHND_PKGID_BCM4716		8		/* 4716 package id */
394 #define	BHND_PKGID_BCM4717		9		/* 4717 package id */
395 #define	BHND_PKGID_BCM4718		10		/* 4718 package id */
396 #define	BHND_PKGID_BCM5356_NONMODE	1		/* 5356 package without nmode suppport */
397 #define	BHND_PKGID_BCM5358U		8		/* 5358U package id */
398 #define	BHND_PKGID_BCM5358		9		/* 5358 package id */
399 #define	BHND_PKGID_BCM47186		10		/* 47186 package id */
400 #define	BHND_PKGID_BCM5357		11		/* 5357 package id */
401 #define	BHND_PKGID_BCM5356U		12		/* 5356U package id */
402 #define	BHND_PKGID_BCM53572		8		/* 53572 package id */
403 #define	BHND_PKGID_BCM5357C0		8		/* 5357c0 package id (the same as 53572) */
404 #define	BHND_PKGID_BCM47188		9		/* 47188 package id */
405 #define	BHND_PKGID_BCM5358C0		0xa		/* 5358c0 package id */
406 #define	BHND_PKGID_BCM5356C0		0xb		/* 5356c0 package id */
407 #define	BHND_PKGID_BCM4331TT		8		/* 4331 12x12 package id */
408 #define	BHND_PKGID_BCM4331TN		9		/* 4331 12x9 package id */
409 #define	BHND_PKGID_BCM4331TNA0		0xb		/* 4331 12x9 package id */
410 #define	BHND_PKGID_BCM4706L		1		/* 4706L package id */
411 
412 #define	BHND_PKGID_HDLSIM5350		1		/* HDL simulator package id for a 5350 */
413 #define	BHND_PKGID_HDLSIM		14		/* HDL simulator package id */
414 #define	BHND_PKGID_HWSIM		15		/* Hardware simulator package id */
415 #define	BHND_PKGID_BCM43224_FAB_CSM	0x8		/* the chip is manufactured by CSM */
416 #define	BHND_PKGID_BCM43224_FAB_SMIC	0xa		/* the chip is manufactured by SMIC */
417 #define	BHND_PKGID_BCM4336_WLBGA	0x8
418 #define	BHND_PKGID_BCM4330_WLBGA	0x0
419 #define	BHND_PKGID_BCM4314PCIE_ARM	(8 | 0)		/* 4314 QFN PCI package id, bit 3 tie high */
420 #define	BHND_PKGID_BCM4314SDIO		(8 | 1)		/* 4314 QFN SDIO package id */
421 #define	BHND_PKGID_BCM4314PCIE		(8 | 2)		/* 4314 QFN PCI (ARM-less) package id */
422 #define	BHND_PKGID_BCM4314SDIO_ARM	(8 | 3)		/* 4314 QFN SDIO (ARM-less) package id */
423 #define	BHND_PKGID_BCM4314SDIO_FPBGA	(8 | 4)		/* 4314 FpBGA SDIO package id */
424 #define	BHND_PKGID_BCM4314DEV		(8 | 6)		/* 4314 Developement package id */
425 
426 #define	BHND_PKGID_BCM4707		1		/* 4707 package id */
427 #define	BHND_PKGID_BCM4708		2		/* 4708 package id */
428 #define	BHND_PKGID_BCM4709		0		/* 4709 package id */
429 
430 #define	BHND_PKGID_BCM4335_WLCSP	(0x0)		/* WLCSP Module/Mobile SDIO/HSIC. */
431 #define	BHND_PKGID_BCM4335_FCBGA	(0x1)		/* FCBGA PC/Embeded/Media PCIE/SDIO */
432 #define	BHND_PKGID_BCM4335_WLBGA	(0x2)		/* WLBGA COB/Mobile SDIO/HSIC. */
433 #define	BHND_PKGID_BCM4335_FCBGAD	(0x3)		/* FCBGA Debug Debug/Dev All if's. */
434 #define	BHND_PKGID_PKG_MASK_BCM4335	(0x3)
435 
436 
437 /* Broadcom Core IDs */
438 #define	BHND_COREID_INVALID		0x700		/* Invalid coreid */
439 #define	BHND_COREID_CC			0x800		/* chipcommon core */
440 #define	BHND_COREID_ILINE20		0x801		/* iline20 core */
441 #define	BHND_COREID_SRAM		0x802		/* sram core */
442 #define	BHND_COREID_SDRAM		0x803		/* sdram core */
443 #define	BHND_COREID_PCI			0x804		/* pci core */
444 #define	BHND_COREID_MIPS		0x805		/* mips core */
445 #define	BHND_COREID_ENET		0x806		/* enet mac core */
446 #define	BHND_COREID_CODEC		0x807		/* v90 codec core */
447 #define	BHND_COREID_USB			0x808		/* usb 1.1 host/device core */
448 #define	BHND_COREID_ADSL		0x809		/* ADSL core */
449 #define	BHND_COREID_ILINE100		0x80a		/* iline100 core */
450 #define	BHND_COREID_IPSEC		0x80b		/* ipsec core */
451 #define	BHND_COREID_UTOPIA		0x80c		/* utopia core */
452 #define	BHND_COREID_PCMCIA		0x80d		/* pcmcia core */
453 #define	BHND_COREID_SOCRAM		0x80e		/* internal memory core */
454 #define	BHND_COREID_MEMC		0x80f		/* memc sdram core */
455 #define	BHND_COREID_OFDM		0x810		/* OFDM phy core */
456 #define	BHND_COREID_EXTIF		0x811		/* external interface core */
457 #define	BHND_COREID_D11			0x812		/* 802.11 MAC core */
458 #define	BHND_COREID_APHY		0x813		/* 802.11a phy core */
459 #define	BHND_COREID_BPHY		0x814		/* 802.11b phy core */
460 #define	BHND_COREID_GPHY		0x815		/* 802.11g phy core */
461 #define	BHND_COREID_MIPS33		0x816		/* mips3302 core */
462 #define	BHND_COREID_USB11H		0x817		/* usb 1.1 host core */
463 #define	BHND_COREID_USB11D		0x818		/* usb 1.1 device core */
464 #define	BHND_COREID_USB20H		0x819		/* usb 2.0 host core */
465 #define	BHND_COREID_USB20D		0x81a		/* usb 2.0 device core */
466 #define	BHND_COREID_SDIOH		0x81b		/* sdio host core */
467 #define	BHND_COREID_ROBO		0x81c		/* roboswitch core */
468 #define	BHND_COREID_ATA100		0x81d		/* parallel ATA core */
469 #define	BHND_COREID_SATAXOR		0x81e		/* serial ATA & XOR DMA core */
470 #define	BHND_COREID_GIGETH		0x81f		/* gigabit ethernet core */
471 #define	BHND_COREID_PCIE		0x820		/* pci express core */
472 #define	BHND_COREID_NPHY		0x821		/* 802.11n 2x2 phy core */
473 #define	BHND_COREID_SRAMC		0x822		/* SRAM controller core */
474 #define	BHND_COREID_MINIMAC		0x823		/* MINI MAC/phy core */
475 #define	BHND_COREID_ARM11		0x824		/* ARM 1176 core */
476 #define	BHND_COREID_ARM7S		0x825		/* ARM7tdmi-s core */
477 #define	BHND_COREID_LPPHY		0x826		/* 802.11a/b/g phy core */
478 #define	BHND_COREID_PMU			0x827		/* PMU core */
479 #define	BHND_COREID_SSNPHY		0x828		/* 802.11n single-stream phy core */
480 #define	BHND_COREID_SDIOD		0x829		/* SDIO device core */
481 #define	BHND_COREID_ARMCM3		0x82a		/* ARM Cortex M3 core */
482 #define	BHND_COREID_HTPHY		0x82b		/* 802.11n 4x4 phy core */
483 #define	BHND_COREID_MIPS74K		0x82c		/* mips 74k core */
484 #define	BHND_COREID_GMAC		0x82d		/* Gigabit MAC core */
485 #define	BHND_COREID_DMEMC		0x82e		/* DDR1/2 memory controller core */
486 #define	BHND_COREID_PCIERC		0x82f		/* PCIE Root Complex core */
487 #define	BHND_COREID_OCP			0x830		/* OCP2OCP bridge core */
488 #define	BHND_COREID_SC			0x831		/* shared common core */
489 #define	BHND_COREID_AHB			0x832		/* OCP2AHB bridge core */
490 #define	BHND_COREID_SPIH		0x833		/* SPI host core */
491 #define	BHND_COREID_I2S			0x834		/* I2S core */
492 #define	BHND_COREID_DMEMS		0x835		/* SDR/DDR1 memory controller core */
493 #define	BHND_COREID_UBUS_SHIM		0x837		/* SHIM component in ubus/6362 */
494 #define	BHND_COREID_PCIE2		0x83c		/* pci express (gen2) core */
495 /* ARM/AMBA Core IDs */
496 #define	BHND_COREID_APB_BRIDGE		0x135		/* BP135 AMBA AXI-APB bridge */
497 #define	BHND_COREID_PL301		0x301		/* PL301 AMBA AXI Interconnect */
498 #define	BHND_COREID_EROM		0x366		/* Enumeration ROM */
499 #define	BHND_COREID_OOB_ROUTER		0x367		/* OOB router core ID */
500 #define	BHND_COREID_AXI_UNMAPPED	0xfff		/* AXI "Default Slave"; maps all unused address
501 							 * ranges, returning DECERR on read or write. */
502 /* Northstar Plus and BCM4706 Core IDs */
503 #define	BHND_COREID_4706_CC		0x500		/* chipcommon core */
504 #define	BHND_COREID_NS_PCIE2		0x501		/* pci express (gen2) core */
505 #define	BHND_COREID_NS_DMA		0x502		/* dma core */
506 #define	BHND_COREID_NS_SDIO		0x503		/* sdio host core */
507 #define	BHND_COREID_NS_USB20H		0x504		/* usb 2.0 host core */
508 #define	BHND_COREID_NS_USB30H		0x505		/* usb 3.0 host core */
509 #define	BHND_COREID_NS_A9JTAG		0x506		/* ARM Cortex A9 JTAG core */
510 #define	BHND_COREID_NS_DDR23_MEMC	0x507		/* DDR2/3 cadence/denali memory controller core () */
511 #define	BHND_COREID_NS_ROM		0x508		/* device ROM core */
512 #define	BHND_COREID_NS_NAND		0x509		/* NAND flash controller core */
513 #define	BHND_COREID_NS_QSPI		0x50a		/* QSPI flash controller core */
514 #define	BHND_COREID_NS_CC_B		0x50b		/* chipcommon `b' (auxiliary) core */
515 #define	BHND_COREID_4706_SOCRAM		0x50e		/* internal memory core */
516 #define	BHND_COREID_IHOST_ARMCA9	0x510		/* ARM Cortex A9 core */
517 #define	BHND_COREID_4706_GMAC_CMN	0x5dc		/* Gigabit MAC common core */
518 #define	BHND_COREID_4706_GMAC		0x52d           /* Gigabit MAC core */
519 #define	BHND_COREID_AMEMC		0x52e           /* DDR1/2 cadence/denali memory controller core */
520 
521 
522 
523 /* ARM PrimeCell Peripherial IDs. These were derived from inspection of the
524  * PrimeCell-compatible BCM4331 cores, but due to lack of documentation, the
525  * surmised core name/description may be incorrect. */
526 #define	BHND_PRIMEID_EROM		0x364		/* Enumeration ROM's primecell ID */
527 #define	BHND_PRIMEID_SWRAP		0x368		/* PL368 Device Management Interface (Slave) */
528 #define	BHND_PRIMEID_MWRAP		0x369		/* PL369 Device Management Interface (Master) */
529 
530 /* Core HW Revision Numbers */
531 #define	BHND_HWREV_INVALID		0xFF		/* Invalid hardware revision ID */
532 
533 /* Chip Types */
534 #define	BHND_CHIPTYPE_SIBA		0		/**< siba(4) interconnect */
535 #define	BHND_CHIPTYPE_BCMA		1		/**< bcma(4) interconnect */
536 #define	BHND_CHIPTYPE_UBUS		2		/**< ubus interconnect found in bcm63xx devices */
537 #define	BHND_CHIPTYPE_BCMA_ALT		3		/**< bcma(4) interconnect */
538 
539 /* Boardflags */
540 #define	BHND_BFL_BTC2WIRE		0x00000001	/* old 2wire Bluetooth coexistence, OBSOLETE */
541 #define	BHND_BFL_BTCOEX			0x00000001	/* Board supports BTCOEX */
542 #define	BHND_BFL_PACTRL			0x00000002	/* Board has gpio 9 controlling the PA */
543 #define	BHND_BFL_AIRLINEMODE		0x00000004	/* Board implements gpio 13 radio disable indication, UNUSED */
544 #define	BHND_BFL_ADCDIV			0x00000008	/* Board has the rssi ADC divider */
545 #define	BHND_BFL_DIS_256QAM		0x00000008
546 #define	BHND_BFL_ENETROBO		0x00000010	/* Board has robo switch or core */
547 #define	BHND_BFL_NOPLLDOWN		0x00000020	/* Not ok to power down the chip pll and oscillator */
548 #define	BHND_BFL_CCKHIPWR		0x00000040	/* Can do high-power CCK transmission */
549 #define	BHND_BFL_ENETADM		0x00000080	/* Board has ADMtek switch */
550 #define	BHND_BFL_ENETVLAN		0x00000100	/* Board has VLAN capability */
551 #define	BHND_BFL_LTECOEX		0x00000200	/* Board has LTE coex capability */
552 #define	BHND_BFL_NOPCI			0x00000400	/* Board leaves PCI floating */
553 #define	BHND_BFL_FEM			0x00000800	/* Board supports the Front End Module */
554 #define	BHND_BFL_EXTLNA			0x00001000	/* Board has an external LNA in 2.4GHz band */
555 #define	BHND_BFL_HGPA			0x00002000	/* Board has a high gain PA */
556 #define	BHND_BFL_BTC2WIRE_ALTGPIO	0x00004000
557 /* Board's BTC 2wire is in the alternate gpios OBSLETE */
558 #define	BHND_BFL_ALTIQ			0x00008000	/* Alternate I/Q settings */
559 #define	BHND_BFL_NOPA			0x00010000	/* Board has no PA */
560 #define	BHND_BFL_RSSIINV		0x00020000	/* Board's RSSI uses positive slope(not TSSI) */
561 #define	BHND_BFL_PAREF			0x00040000	/* Board uses the PARef LDO */
562 #define	BHND_BFL_3TSWITCH		0x00080000	/* Board uses a triple throw switch shared with BT */
563 #define	BHND_BFL_PHASESHIFT		0x00100000	/* Board can support phase shifter */
564 #define	BHND_BFL_BUCKBOOST		0x00200000	/* Power topology uses BUCKBOOST */
565 #define	BHND_BFL_FEM_BT			0x00400000	/* Board has FEM and switch to share antenna w/ BT */
566 #define	BHND_BFL_RXCHAIN_OFF_BT		0x00400000	/* one rxchain is to be shut off when BT is active */
567 #define	BHND_BFL_NOCBUCK		0x00800000	/* Power topology doesn't use CBUCK */
568 #define	BHND_BFL_CCKFAVOREVM		0x01000000	/* Favor CCK EVM over spectral mask */
569 #define	BHND_BFL_PALDO			0x02000000	/* Power topology uses PALDO */
570 #define	BHND_BFL_LNLDO2_2P5		0x04000000	/* Select 2.5V as LNLDO2 output voltage */
571 #define	BHND_BFL_FASTPWR		0x08000000
572 #define	BHND_BFL_UCPWRCTL_MININDX	0x08000000	/* Enforce min power index to avoid FEM damage */
573 #define	BHND_BFL_EXTLNA_5GHz		0x10000000	/* Board has an external LNA in 5GHz band */
574 #define	BHND_BFL_TRSW_1by2		0x20000000	/* Board has 2 TRSW's in 1by2 designs */
575 #define	BHND_BFL_GAINBOOSTA01	        0x20000000	/* 5g Gainboost for core0 and core1 */
576 #define	BHND_BFL_LO_TRSW_R_5GHz		0x40000000	/* In 5G do not throw TRSW to T for clipLO gain */
577 #define	BHND_BFL_ELNA_GAINDEF		0x80000000	/* Backoff InitGain based on elna_2g/5g field
578 							 * when this flag is set
579 							 */
580 #define	BHND_BFL_EXTLNA_TX		0x20000000	/* Temp boardflag to indicate to */
581 
582 
583 /* Boardflags2 */
584 #define	BHND_BFL2_RXBB_INT_REG_DIS	0x00000001	/* Board has an external rxbb regulator */
585 #define	BHND_BFL2_APLL_WAR		0x00000002	/* Flag to implement alternative A-band PLL settings */
586 #define	BHND_BFL2_TXPWRCTRL_EN		0x00000004	/* Board permits enabling TX Power Control */
587 #define	BHND_BFL2_2X4_DIV		0x00000008	/* Board supports the 2X4 diversity switch */
588 #define	BHND_BFL2_5G_PWRGAIN		0x00000010	/* Board supports 5G band power gain */
589 #define	BHND_BFL2_PCIEWAR_OVR		0x00000020	/* Board overrides ASPM and Clkreq settings */
590 #define	BHND_BFL2_CAESERS_BRD		0x00000040	/* Board is Caesers brd (unused by sw) */
591 #define	BHND_BFL2_BTC3WIRE		0x00000080	/* Board support legacy 3 wire or 4 wire */
592 #define	BHND_BFL2_BTCLEGACY		0x00000080	/* Board support legacy 3/4 wire, to replace
593 							 * BHND_BFL2_BTC3WIRE
594 							 */
595 #define	BHND_BFL2_SKWRKFEM_BRD		0x00000100	/* 4321mcm93 board uses Skyworks FEM */
596 #define	BHND_BFL2_SPUR_WAR		0x00000200	/* Board has a WAR for clock-harmonic spurs */
597 #define	BHND_BFL2_GPLL_WAR		0x00000400	/* Flag to narrow G-band PLL loop b/w */
598 #define	BHND_BFL2_TRISTATE_LED		0x00000800	/* Tri-state the LED */
599 #define	BHND_BFL2_SINGLEANT_CCK		0x00001000	/* Tx CCK pkts on Ant 0 only */
600 #define	BHND_BFL2_2G_SPUR_WAR		0x00002000	/* WAR to reduce and avoid clock-harmonic spurs in 2G */
601 #define	BHND_BFL2_BPHY_ALL_TXCORES	0x00004000	/* Transmit bphy frames using all tx cores */
602 #define	BHND_BFL2_FCC_BANDEDGE_WAR	0x00008000	/* Activates WAR to improve FCC bandedge performance */
603 #define	BHND_BFL2_GPLL_WAR2	        0x00010000	/* Flag to widen G-band PLL loop b/w */
604 #define	BHND_BFL2_IPALVLSHIFT_3P3	0x00020000
605 #define	BHND_BFL2_INTERNDET_TXIQCAL	0x00040000	/* Use internal envelope detector for TX IQCAL */
606 #define	BHND_BFL2_XTALBUFOUTEN		0x00080000	/* Keep the buffered Xtal output from radio on */
607 						  	/* Most drivers will turn it off without this flag */
608 						  	/* to save power. */
609 
610 #define	BHND_BFL2_ANAPACTRL_2G		0x00100000	/* 2G ext PAs are controlled by analog PA ctrl lines */
611 #define	BHND_BFL2_ANAPACTRL_5G		0x00200000	/* 5G ext PAs are controlled by analog PA ctrl lines */
612 #define	BHND_BFL2_ELNACTRL_TRSW_2G	0x00400000	/* AZW4329: 2G gmode_elna_gain controls TR Switch */
613 #define	BHND_BFL2_BT_SHARE_ANT0		0x00800000	/* WLAN/BT share antenna 0 */
614 #define	BHND_BFL2_BT_SHARE_BM_BIT0	0x00800000	/* bit 0 of WLAN/BT shared core bitmap */
615 #define	BHND_BFL2_TEMPSENSE_HIGHER	0x01000000	/* The tempsense threshold can sustain higher value
616 							 * than programmed. The exact delta is decided by
617 							 * driver per chip/boardtype. This can be used
618 							 * when tempsense qualification happens after shipment
619 							 */
620 #define	BHND_BFL2_BTC3WIREONLY		0x02000000	/* standard 3 wire btc only.  4 wire not supported */
621 #define	BHND_BFL2_PWR_NOMINAL		0x04000000	/* 0: power reduction on, 1: no power reduction */
622 #define	BHND_BFL2_EXTLNA_PWRSAVE	0x08000000	/* boardflag to enable ucode to apply power save
623 						  	 * ucode control of eLNA during Tx */
624 #define	BHND_BFL2_4313_RADIOREG		0x10000000
625 							/*  board rework */
626 #define	BHND_BFL2_DYNAMIC_VMID		0x10000000	/* boardflag to enable dynamic Vmid idle TSSI CAL */
627 #define	BHND_BFL2_SDR_EN		0x20000000	/* SDR enabled or disabled */
628 #define	BHND_BFL2_LNA1BYPFORTR2G  	0x40000000	/* acphy, enable lna1 bypass for clip gain, 2g */
629 #define	BHND_BFL2_LNA1BYPFORTR5G  	0x80000000	/* acphy, enable lna1 bypass for clip gain, 5g */
630 
631 
632 /* SROM 11 - 11ac boardflag definitions */
633 #define	BHND_BFL_SROM11_BTCOEX		0x00000001	/* Board supports BTCOEX */
634 #define	BHND_BFL_SROM11_WLAN_BT_SH_XTL	0x00000002	/* bluetooth and wlan share same crystal */
635 #define	BHND_BFL_SROM11_EXTLNA		0x00001000	/* Board has an external LNA in 2.4GHz band */
636 #define	BHND_BFL_SROM11_EXTLNA_5GHz	0x10000000	/* Board has an external LNA in 5GHz band */
637 #define	BHND_BFL_SROM11_GAINBOOSTA01	0x20000000	/* 5g Gainboost for core0 and core1 */
638 #define	BHND_BFL2_SROM11_APLL_WAR	0x00000002	/* Flag to implement alternative A-band PLL settings */
639 #define	BHND_BFL2_SROM11_ANAPACTRL_2G	0x00100000	/* 2G ext PAs are ctrl-ed by analog PA ctrl lines */
640 #define	BHND_BFL2_SROM11_ANAPACTRL_5G	0x00200000	/* 5G ext PAs are ctrl-ed by analog PA ctrl lines */
641 
642 
643 /* Boardflags3 */
644 #define	BHND_BFL3_FEMCTRL_SUB			0x00000007	/* acphy, subrevs of femctrl on top of srom_femctrl */
645 #define	BHND_BFL3_RCAL_WAR			0x00000008	/* acphy, rcal war active on this board (4335a0) */
646 #define	BHND_BFL3_TXGAINTBLID			0x00000070	/* acphy, txgain table id */
647 #define	BHND_BFL3_TXGAINTBLID_SHIFT		0x4		/* acphy, txgain table id shift bit */
648 #define	BHND_BFL3_TSSI_DIV_WAR			0x00000080	/* acphy, Seperate paparam for 20/40/80 */
649 #define	BHND_BFL3_TSSI_DIV_WAR_SHIFT		0x7		/* acphy, Seperate paparam for 20/40/80 shift bit */
650 #define	BHND_BFL3_FEMTBL_FROM_NVRAM		0x00000100	/* acphy, femctrl table is read from nvram */
651 #define	BHND_BFL3_FEMTBL_FROM_NVRAM_SHIFT	0x8		/* acphy, femctrl table is read from nvram */
652 #define	BHND_BFL3_AGC_CFG_2G			0x00000200	/* acphy, gain control configuration for 2G */
653 #define	BHND_BFL3_AGC_CFG_5G			0x00000400	/* acphy, gain control configuration for 5G */
654 #define	BHND_BFL3_PPR_BIT_EXT			0x00000800	/* acphy, bit position for 1bit extension for ppr */
655 #define	BHND_BFL3_PPR_BIT_EXT_SHIFT		11		/* acphy, bit shift for 1bit extension for ppr */
656 #define	BHND_BFL3_BBPLL_SPR_MODE_DIS		0x00001000	/* acphy, disables bbpll spur modes */
657 #define	BHND_BFL3_RCAL_OTP_VAL_EN		0x00002000	/* acphy, to read rcal_trim value from otp */
658 #define	BHND_BFL3_2GTXGAINTBL_BLANK		0x00004000	/* acphy, blank the first X ticks of 2g gaintbl */
659 #define	BHND_BFL3_2GTXGAINTBL_BLANK_SHIFT	14		/* acphy, blank the first X ticks of 2g gaintbl */
660 #define	BHND_BFL3_5GTXGAINTBL_BLANK		0x00008000	/* acphy, blank the first X ticks of 5g gaintbl */
661 #define	BHND_BFL3_5GTXGAINTBL_BLANK_SHIFT	15		/* acphy, blank the first X ticks of 5g gaintbl */
662 #define	BHND_BFL3_BT_SHARE_BM_BIT1		0x40000000	/* bit 1 of WLAN/BT shared core bitmap */
663 #define	BHND_BFL3_PHASETRACK_MAX_ALPHABETA	0x00010000	/* acphy, to max out alpha,beta to 511 */
664 #define	BHND_BFL3_PHASETRACK_MAX_ALPHABETA_SHIFT 16		/* acphy, to max out alpha,beta to 511 */
665 #define	BHND_BFL3_BT_SHARE_BM_BIT1		0x40000000	/* bit 1 of WLAN/BT shared core bitmap */
666 #define	BHND_BFL3_EN_NONBRCM_TXBF		0x10000000	/* acphy, enable non-brcm TXBF */
667 #define	BHND_BFL3_EN_P2PLINK_TXBF		0x20000000	/* acphy, enable TXBF in p2p links */
668 
669 
670 /* board specific GPIO assignment, gpio 0-3 are also customer-configurable led */
671 #define	BHND_BOARD_GPIO_BTC3W_IN	0x850	/* bit 4 is RF_ACTIVE, bit 6 is STATUS, bit 11 is PRI */
672 #define	BHND_BOARD_GPIO_BTC3W_OUT	0x020	/* bit 5 is TX_CONF */
673 #define	BHND_BOARD_GPIO_BTCMOD_IN	0x010	/* bit 4 is the alternate BT Coexistence Input */
674 #define	BHND_BOARD_GPIO_BTCMOD_OUT	0x020	/* bit 5 is the alternate BT Coexistence Out */
675 #define	BHND_BOARD_GPIO_BTC_IN		0x080	/* bit 7 is BT Coexistence Input */
676 #define	BHND_BOARD_GPIO_BTC_OUT		0x100	/* bit 8 is BT Coexistence Out */
677 #define	BHND_BOARD_GPIO_PACTRL		0x200	/* bit 9 controls the PA on new 4306 boards */
678 #define	BHND_BOARD_GPIO_12		0x1000	/* gpio 12 */
679 #define	BHND_BOARD_GPIO_13		0x2000	/* gpio 13 */
680 #define	BHND_BOARD_GPIO_BTC4_IN		0x0800	/* gpio 11, coex4, in */
681 #define	BHND_BOARD_GPIO_BTC4_BT		0x2000	/* gpio 12, coex4, bt active */
682 #define	BHND_BOARD_GPIO_BTC4_STAT	0x4000	/* gpio 14, coex4, status */
683 #define	BHND_BOARD_GPIO_BTC4_WLAN	0x8000	/* gpio 15, coex4, wlan active */
684 #define	BHND_BOARD_GPIO_1_WLAN_PWR	0x02	/* throttle WLAN power on X21 board */
685 #define	BHND_BOARD_GPIO_3_WLAN_PWR	0x08	/* throttle WLAN power on X28 board */
686 #define	BHND_BOARD_GPIO_4_WLAN_PWR	0x10	/* throttle WLAN power on X19 board */
687 
688 #define	BHND_GPIO_BTC4W_OUT_4312	0x010	/* bit 4 is BT_IODISABLE */
689 #define	BHND_GPIO_BTC4W_OUT_43224	0x020	/* bit 5 is BT_IODISABLE */
690 #define	BHND_GPIO_BTC4W_OUT_43224_SHARED 0x0e0  /* bit 5 is BT_IODISABLE */
691 #define	BHND_GPIO_BTC4W_OUT_43225	0x0e0	/* bit 5 BT_IODISABLE, bit 6 SW_BT, bit 7 SW_WL */
692 #define	BHND_GPIO_BTC4W_OUT_43421	0x020	/* bit 5 is BT_IODISABLE */
693 #define	BHND_GPIO_BTC4W_OUT_4313	0x060	/* bit 5 SW_BT, bit 6 SW_WL */
694 #define	BHND_GPIO_BTC4W_OUT_4331_SHARED	0x010	/* GPIO 4  */
695 
696 /* Power Control Defines */
697 #define	BHND_CHIPC_PLL_DELAY		150	/* us pll on delay */
698 #define	BHND_CHIPC_FREF_DELAY		200	/* us fref change delay */
699 #define	BHND_CHIPC_MIN_SLOW_CLK		32	/* us Slow clock period */
700 #define	BHND_CHIPC_XTAL_ON_DELAY	1000	/* us crystal power-on delay */
701 
702 /* 43341 Boards */
703 #define	BCM943341WLABGS_SSID	0x062d
704 
705 /* 43342 Boards */
706 #define	BCM943342FCAGBI_SSID	0x0641
707 
708 /* # of GPIO pins */
709 #define	BHND_BCM43XX_GPIO_NUMPINS	32
710 
711 /* These values are used by dhd USB host driver. */
712 #define	BHND_USB_RDL_RAM_BASE_4319	0x60000000
713 #define	BHND_USB_RDL_RAM_BASE_4329	0x60000000
714 #define	BHND_USB_RDL_RAM_SIZE_4319	0x48000
715 #define	BHND_USB_RDL_RAM_SIZE_4329 	0x48000
716 #define	BHND_USB_RDL_RAM_SIZE_43236	0x70000
717 #define	BHND_USB_RDL_RAM_BASE_43236	0x60000000
718 #define	BHND_USB_RDL_RAM_SIZE_4328	0x60000
719 #define	BHND_USB_RDL_RAM_BASE_4328	0x80000000
720 #define	BHND_USB_RDL_RAM_SIZE_4322	0x60000
721 #define	BHND_USB_RDL_RAM_BASE_4322	0x60000000
722 #define	BHND_USB_RDL_RAM_SIZE_4360	0xA0000
723 #define	BHND_USB_RDL_RAM_BASE_4360	0x60000000
724 #define	BHND_USB_RDL_RAM_SIZE_43242	0x90000
725 #define	BHND_USB_RDL_RAM_BASE_43242	0x60000000
726 #define	BHND_USB_RDL_RAM_SIZE_43143	0x70000
727 #define	BHND_USB_RDL_RAM_BASE_43143	0x60000000
728 #define	BHND_USB_RDL_RAM_SIZE_4350	0xC0000
729 #define	BHND_USB_RDL_RAM_BASE_4350	0x180800
730 
731 /* generic defs for nvram "muxenab" bits
732 * Note: these differ for 4335a0. refer bcmchipc.h for specific mux options.
733 */
734 #define	BHND_NVRAM_MUXENAB_UART		0x00000001
735 #define	BHND_NVRAM_MUXENAB_GPIO		0x00000002
736 #define	BHND_NVRAM_MUXENAB_ERCX		0x00000004	/* External Radio BT coex */
737 #define	BHND_NVRAM_MUXENAB_JTAG		0x00000008
738 #define	BHND_NVRAM_MUXENAB_HOST_WAKE	0x00000010	/* configure GPIO for SDIO host_wake */
739 #define	BHND_NVRAM_MUXENAB_I2S_EN	0x00000020
740 #define	BHND_NVRAM_MUXENAB_I2S_MASTER	0x00000040
741 #define	BHND_NVRAM_MUXENAB_I2S_FULL	0x00000080
742 #define	BHND_NVRAM_MUXENAB_SFLASH	0x00000100
743 #define	BHND_NVRAM_MUXENAB_RFSWCTRL0	0x00000200
744 #define	BHND_NVRAM_MUXENAB_RFSWCTRL1	0x00000400
745 #define	BHND_NVRAM_MUXENAB_RFSWCTRL2	0x00000800
746 #define	BHND_NVRAM_MUXENAB_SECI		0x00001000
747 #define	BHND_NVRAM_MUXENAB_BT_LEGACY	0x00002000
748 #define	BHND_NVRAM_MUXENAB_HOST_WAKE1	0x00004000	/* configure alternative GPIO for SDIO host_wake */
749 
750 /* Boot flags */
751 #define	BHND_BOOTFLAG_FLASH_KERNEL_NFLASH	0x00000001
752 #define	BHND_BOOTFLAG_FLASH_BOOT_NFLASH		0x00000002
753 
754 #endif /* _BHND_BHND_IDS_H_ */
755