Commit 03a34a52 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

boards/pxie-fmc: bring back 128kB LM32 memory space addressing

parent ed1aa3e9
Pipeline #716 passed with stage
in 23 seconds
......@@ -14,14 +14,14 @@
*/
/* Fixed base addresses */
#define BASE_MINIC 0x40000
#define BASE_EP 0x40100
#define BASE_SOFTPLL 0x40200
#define BASE_PPS_GEN 0x40300
#define BASE_SYSCON 0x40400
#define BASE_UART 0x40500
#define BASE_ONEWIRE 0x40600
#define BASE_ETHERBONE_CFG 0x48000
#define BASE_MINIC 0x20000
#define BASE_EP 0x20100
#define BASE_SOFTPLL 0x20200
#define BASE_PPS_GEN 0x20300
#define BASE_SYSCON 0x20400
#define BASE_UART 0x20500
#define BASE_ONEWIRE 0x20600
#define BASE_ETHERBONE_CFG 0x28000
/* Board-specific parameters */
#define TICS_PER_SECOND 1000
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment