summaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
authorScott Shawcroft <[email protected]>2022-01-05 13:47:01 -0800
committerScott Shawcroft <[email protected]>2022-01-05 13:47:01 -0800
commita79ffeb7643bb9c7e7af69f29fe2cfe7ded837d8 (patch)
treeb525d3646ac59cb7fbd3a1eb13e1bfe585cd1d45 /src/device
parent868948f67c90fa7c2553cdcd604b52862cf55720 (diff)
Add Raspberry Pi Zero W and Zero 2 W
These are different Broadcom chips. The peripherals are essentially the same. The main differences are: * The CPU(s) * The interrupt controller * The peripheral base address (but not the peripherals that we use)
Diffstat (limited to 'src/device')
-rw-r--r--src/device/dcd_attr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/dcd_attr.h b/src/device/dcd_attr.h
index 3c5dadaf4..feba82ea9 100644
--- a/src/device/dcd_attr.h
+++ b/src/device/dcd_attr.h
@@ -190,7 +190,7 @@
#define DCD_ATTR_ENDPOINT_MAX 4
//------------- Broadcom -------------//
-#elif TU_CHECK_MCU(OPT_MCU_BCM2711)
+#elif TU_CHECK_MCU(OPT_MCU_BCM2711, OPT_MCU_BCM2835, OPT_MCU_BCM2837)
#define DCD_ATTR_ENDPOINT_MAX 8
//------------- Broadcom -------------//