Lines Matching +full:cortex +full:- +full:a9 +full:- +full:scu
1 // SPDX-License-Identifier: GPL-2.0-only
21 { .compatible = "arm,arm11mp-scu", },
22 { .compatible = "arm,cortex-a9-scu", },
23 { .compatible = "arm,cortex-a5-scu", },
28 { .compatible = "arm,core-module-integrator", },
29 { .compatible = "arm,realview-eb-syscon", },
30 { .compatible = "arm,realview-pb11mp-syscon", },
31 { .compatible = "arm,realview-pbx-syscon", },
45 pr_err("PLATSMP: No SCU base address\n"); in realview_smp_prepare_cpus()
51 pr_err("PLATSMP: No SCU remap\n"); in realview_smp_prepare_cpus()
57 pr_info("SCU: %d cores detected\n", ncores); in realview_smp_prepare_cpus()
94 CPU_METHOD_OF_DECLARE(realview_smp, "arm,realview-smp", &realview_dt_smp_ops);