Lines Matching +full:mips +full:- +full:cpc
1 // SPDX-License-Identifier: GPL-2.0-only
14 #include <asm/smp-ops.h>
15 #include <asm/mips-cps.h>
16 #include <asm/mach-ralink/ralink_regs.h>
17 #include <asm/mach-ralink/mt7621.h>
110 panic("Cannot detect cpc address"); in mips_cpc_default_phys_base()
115 rt_sysc_membase = plat_of_remap_node("mtk,mt7621-sysc"); in ralink_of_remap()
116 rt_memc_membase = plat_of_remap_node("mtk,mt7621-memc"); in ralink_of_remap()
131 soc_dev_attr->soc_id = "mt7621"; in soc_dev_init()
132 soc_dev_attr->family = "Ralink"; in soc_dev_init()
136 soc_dev_attr->revision = "E2"; in soc_dev_init()
138 soc_dev_attr->revision = "E1"; in soc_dev_init()
140 soc_dev_attr->data = soc_info; in soc_dev_init()
184 soc_info->compatible = "mtk,mt7621-soc"; in prom_soc_init()
191 snprintf(soc_info->sys_type, RAMIPS_SYS_TYPE_LEN, in prom_soc_init()
197 soc_info->mem_size_min = MT7621_DDR2_SIZE_MIN; in prom_soc_init()
198 soc_info->mem_size_max = MT7621_DDR2_SIZE_MAX; in prom_soc_init()
199 soc_info->mem_base = MT7621_DRAM_BASE; in prom_soc_init()