Skip to content

Commit

Permalink
adrv9009: parameters.h: Add Rx OBS DMA baseaddress
Browse files Browse the repository at this point in the history
Add Rx OBS DMA base address for ZU11EG.

Signed-off-by: George Mois <[email protected]>
  • Loading branch information
danmois authored and amiclaus committed Apr 17, 2024
1 parent c97ea39 commit 4124c6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/adrv9009/src/devices/adi_hal/parameters.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@
#if defined(ZU11EG)
#define RX_DMA_BASEADDR XPAR_AXI_ADRV9009_SOM_RX_DMA_BASEADDR
#define TX_DMA_BASEADDR XPAR_AXI_ADRV9009_SOM_TX_DMA_BASEADDR
#define RX_OS_DMA_BASEADDR XPAR_AXI_ADRV9009_SOM_OBS_DMA_BASEADDR
#elif defined(FMCOMMS8_ZCU102)
#define RX_DMA_BASEADDR XPAR_AXI_ADRV9009_FMC_RX_DMA_BASEADDR
#define TX_DMA_BASEADDR XPAR_AXI_ADRV9009_FMC_TX_DMA_BASEADDR
Expand Down

0 comments on commit 4124c6b

Please sign in to comment.