forked from LatticeSemi/emmc_controller
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmemory_map.xml
More file actions
18 lines (16 loc) · 867 Bytes
/
memory_map.xml
File metadata and controls
18 lines (16 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<lsccip:memoryMaps xmlns:lsccip="http://www.latticesemi.com/XMLSchema/Radiant/ip">
<lsccip:memoryMap>
<lsccip:name>emmc_controller_apb_map</lsccip:name>
<lsccip:description>eMMC Controller memory map</lsccip:description>
<lsccip:addressBlock>
<lsccip:name>EMMC_CONTROLLER_MEM</lsccip:name>
<lsccip:displayName>eMMC_Controller_Address</lsccip:displayName>
<lsccip:description>eMMC Controller Address Space</lsccip:description>
<lsccip:baseAddress>0</lsccip:baseAddress>
<lsccip:range>gui_apb_map_size</lsccip:range>
<lsccip:width>32</lsccip:width>
<lsccip:usage>memory</lsccip:usage>
<lsccip:access>read-write</lsccip:access>
</lsccip:addressBlock>
</lsccip:memoryMap>
</lsccip:memoryMaps>