aboutsummaryrefslogtreecommitdiff
path: root/circuitpython/lib/tinyusb/hw/bsp/fomu/regions.ld
blob: 51811f66e3f402f3d81863f5deee6034231fbc8f (plain)
1
2
3
4
5
6
MEMORY {
	csr : ORIGIN = 0x60000000, LENGTH = 0x01000000
	vexriscv_debug : ORIGIN = 0xf00f0000, LENGTH = 0x00000100
	sram : ORIGIN = 0x10000000, LENGTH = 0x00020000
	rom : ORIGIN = 0x00000000, LENGTH = 0x00002000
}