kc705: Common, fixed address range for the flash. Changed the start address so that it won't interfere with other cores
parent
660c84e01c
commit
8bd5fa5802
|
@ -250,7 +250,7 @@ ad_cpu_interconnect 0x40600000 axi_uart
|
|||
ad_cpu_interconnect 0x41600000 axi_iic_main
|
||||
ad_cpu_interconnect 0x40000000 axi_gpio
|
||||
ad_cpu_interconnect 0x44A70000 axi_spi
|
||||
ad_cpu_interconnect 0x42000000 axi_linear_flash
|
||||
ad_cpu_interconnect 0x60000000 axi_linear_flash
|
||||
|
||||
ad_mem_hp0_interconnect sys_200m_clk axi_ddr_cntrl/S_AXI
|
||||
ad_mem_hp0_interconnect sys_cpu_clk sys_mb/M_AXI_DC
|
||||
|
@ -261,3 +261,4 @@ create_bd_addr_seg -range 0x20000 -offset 0x0 [get_bd_addr_spaces sys_mb/Data] \
|
|||
create_bd_addr_seg -range 0x20000 -offset 0x0 [get_bd_addr_spaces sys_mb/Instruction] \
|
||||
[get_bd_addr_segs sys_ilmb_cntlr/SLMB/Mem] SEG_ilmb_cntlr
|
||||
|
||||
set_property range 0x2000000 [get_bd_addr_segs {sys_mb/Data/SEG_data_axi_linear_flash}]
|
||||
|
|
Loading…
Reference in New Issue