summaryrefslogtreecommitdiffstats
path: root/tinyusb/hw/bsp/fomu/regions.ld
diff options
context:
space:
mode:
Diffstat (limited to 'tinyusb/hw/bsp/fomu/regions.ld')
-rwxr-xr-xtinyusb/hw/bsp/fomu/regions.ld6
1 files changed, 6 insertions, 0 deletions
diff --git a/tinyusb/hw/bsp/fomu/regions.ld b/tinyusb/hw/bsp/fomu/regions.ld
new file mode 100755
index 00000000..51811f66
--- /dev/null
+++ b/tinyusb/hw/bsp/fomu/regions.ld
@@ -0,0 +1,6 @@
+MEMORY {
+ csr : ORIGIN = 0x60000000, LENGTH = 0x01000000
+ vexriscv_debug : ORIGIN = 0xf00f0000, LENGTH = 0x00000100
+ sram : ORIGIN = 0x10000000, LENGTH = 0x00020000
+ rom : ORIGIN = 0x00000000, LENGTH = 0x00002000
+}