diff options
| author | Ha Thach <[email protected]> | 2021-11-22 12:07:07 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-22 12:07:07 +0700 |
| commit | b8d66e4d1975a9b2329b1302c63eb4477a5eed0f (patch) | |
| tree | 2ad9b4821cd808eb5f4bb2c36e416c07e957dc60 /src | |
| parent | 5d7e26d620dde2d97eb0f01dc968e9f195743583 (diff) | |
| parent | 8a18c22c2f7c15b5c7869428877c1e50157d5856 (diff) | |
Merge pull request #1206 from hathach/bcm-dwc2-address
Bcm dwc2 address
Diffstat (limited to 'src')
| -rw-r--r-- | src/portable/synopsys/dwc2/dwc2_bcm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/synopsys/dwc2/dwc2_bcm.h b/src/portable/synopsys/dwc2/dwc2_bcm.h index fcec0b0d2..353bc21ee 100644 --- a/src/portable/synopsys/dwc2/dwc2_bcm.h +++ b/src/portable/synopsys/dwc2/dwc2_bcm.h @@ -34,7 +34,7 @@ #include "broadcom/interrupts.h" #include "broadcom/caches.h" -#define DWC2_REG_BASE 0xFE980000UL +#define DWC2_REG_BASE USB_OTG_GLOBAL_BASE #define DWC2_EP_MAX 8 #define DWC2_EP_FIFO_SIZE 4096 |
