|
67 | 67 | // src: From which clock source is the clock derived |
68 | 68 | // div: Ratio between derived clock and source clock |
69 | 69 | derived_srcs: [ |
70 | | - { name: "io_div2", aon: "no", div: 2, src: "io", freq: "500000000" } |
71 | 70 | { name: "io_div4", aon: "no", div: 4, src: "io", freq: "250000000" } |
72 | 71 | ], |
73 | 72 |
|
|
150 | 149 | { name: "sys_src", gen: false, type: "int", clock: "io_div4" } |
151 | 150 | { name: "por", gen: true, type: "top", parent: "por_aon", clock: "main" } |
152 | 151 | { name: "por_io", gen: true, type: "top", parent: "por_aon", clock: "io" } |
153 | | - { name: "por_io_div2", gen: true , type: "top", parent: "por_aon", clock: "io_div2" } |
154 | 152 | { name: "por_io_div4", gen: true , type: "top", parent: "por_aon", clock: "io_div4" } |
155 | 153 | { name: "lc", gen: true, type: "top", parent: "lc_src", clock: "main" } |
156 | 154 | { name: "lc_aon", gen: true, type: "top", parent: "lc_src", clock: "aon" } |
157 | 155 | { name: "lc_io", gen: true, type: "top", parent: "lc_src", clock: "io" } |
158 | | - { name: "lc_io_div2", gen: true, type: "top", parent: "lc_src", clock: "io_div2" } |
159 | 156 | { name: "lc_io_div4", gen: true, type: "top", parent: "lc_src", clock: "io_div4" } |
160 | 157 | { name: "sys", gen: true, type: "top", parent: "sys_src", clock: "main" } |
161 | 158 | { name: "spi_device", gen: true, type: "top", parent: "lc_src", clock: "io_div4", sw: true } |
|
312 | 309 | }, |
313 | 310 | { name: "spi_device", |
314 | 311 | type: "spi_device", |
315 | | - clock_srcs: {clk_i: "io_div4", scan_clk_i: "io_div2"}, |
| 312 | + clock_srcs: {clk_i: "io_div4", scan_clk_i: "io_div4"}, |
316 | 313 | clock_group: "peri", |
317 | 314 | reset_connections: {rst_ni: "spi_device"}, |
318 | 315 | base_addr: { |
|
478 | 475 | group: "powerup" |
479 | 476 | }, |
480 | 477 | clk_por_i: "io_div4", clk_aon_i: "aon", clk_main_i: "main", clk_io_i: "io", |
481 | | - clk_io_div2_i: "io_div2", clk_io_div4_i: "io_div4" |
| 478 | + clk_io_div4_i: "io_div4" |
482 | 479 | }, |
483 | 480 | clock_group: "powerup", |
484 | 481 | reset_connections: { |
|
519 | 516 | reset_connections: {rst_ni: "lc_io_div4", |
520 | 517 | rst_aon_ni: "lc_aon" |
521 | 518 | rst_io_ni: "lc_io", |
522 | | - rst_io_div2_ni: "lc_io_div2", |
523 | 519 | rst_io_div4_ni: "lc_io_div4", |
524 | 520 | rst_main_ni: "lc", |
525 | 521 | rst_root_ni: "por_io_div4", |
526 | 522 | rst_root_io_ni: "por_io", |
527 | | - rst_root_io_div2_ni: "por_io_div2", |
528 | 523 | rst_root_io_div4_ni: "por_io_div4", |
529 | 524 | rst_root_main_ni: "por", |
530 | 525 | }, |
|
0 commit comments