| 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ |
| 2 | |
| 3 | static const struct hexagon_machine_config SA8775P_cdsp0 = { |
| 4 | .cfgbase = 0x24000000 + 0x180000, |
| 5 | .l2tcm_size = 0x00000000, |
| 6 | .l2vic_base = 0x26300000 + 0x90000, |
| 7 | .l2vic_size = 0x00001000, |
| 8 | .csr_base = 0x26300000, |
| 9 | .qtmr_region = 0x26300000 + 0xA1000, |
| 10 | .cfgtable = { |
| 11 | .l2tcm_base = 0x00002400, |
| 12 | .reserved0 = 0x00000000, |
| 13 | .subsystem_base = 0x00002638, |
| 14 | .etm_base = 0x00002419, |
| 15 | .l2cfg_base = 0x0000241a, |
| 16 | .reserved1 = 0x0000241b, |
| 17 | .l1s0_base = 0x00002500, |
| 18 | .axi2_lowaddr = 0x00000000, |
| 19 | .streamer_base = 0x00000000, |
| 20 | .reserved2 = 0x00000000, |
| 21 | .fastl2vic_base = 0x0000241e, |
| 22 | .jtlb_size_entries = 0x00000080, |
| 23 | .coproc_present = 0x00000001, |
| 24 | .ext_contexts = 0x00000004, |
| 25 | .vtcm_base = 0x00002500, |
| 26 | .vtcm_size_kb = 0x00002000, |
| 27 | .l2tag_size = 0x00000400, |
| 28 | .l2ecomem_size = 0x00000000, |
| 29 | .thread_enable_mask = 0x0000003f, |
| 30 | .eccreg_base = 0x0000241f, |
| 31 | .l2line_size = 0x00000080, |
| 32 | .tiny_core = 0x00000000, |
| 33 | .l2itcm_size = 0x00000000, |
| 34 | .l2itcm_base = 0x00002400, |
| 35 | .reserved3 = 0x00000000, |
| 36 | .dtm_present = 0x00000000, |
| 37 | .dma_version = 0x00000003, |
| 38 | .hvx_vec_log_length = 0x00000007, |
| 39 | .core_id = 0x00000000, |
| 40 | .core_count = 0x00000000, |
| 41 | .coproc2_reg0 = 0x00000040, |
| 42 | .coproc2_reg1 = 0x00000020, |
| 43 | .v2x_mode = 0x00000001, |
| 44 | .coproc2_reg2 = 0x00000008, |
| 45 | .coproc2_reg3 = 0x00000020, |
| 46 | .coproc2_reg4 = 0x00000000, |
| 47 | .coproc2_reg5 = 0x00000002, |
| 48 | .coproc2_reg6 = 0x00000016, |
| 49 | .coproc2_reg7 = 0x00000006, |
| 50 | .acd_preset = 0x00000001, |
| 51 | .mnd_preset = 0x00000000, |
| 52 | .l1d_size_kb = 0x00000010, |
| 53 | .l1i_size_kb = 0x00000020, |
| 54 | .l1d_write_policy = 0x00000002, |
| 55 | .vtcm_bank_width = 0x00000080, |
| 56 | .reserved4 = 0x00000001, |
| 57 | .reserved5 = 0x00000000, |
| 58 | .reserved6 = 0x00000003, |
| 59 | .coproc2_cvt_mpy_size = 0x0000000a, |
| 60 | .consistency_domain = 0x000000e0, |
| 61 | .capacity_domain = 0x00000080, |
| 62 | .axi3_lowaddr = 0x00000000, |
| 63 | }, |
| 64 | }; |