Home
last modified time | relevance | path

Searched +full:bcm11351 +full:- +full:cpu +full:- +full:method (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm/boot/dts/broadcom/
H A Dbcm11351.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
2 // Copyright (C) 2012-2013 Broadcom Corporation
4 #include <dt-bindings/clock/bcm281xx.h>
5 #include <dt-bindings/interrupt-controller/arm-gic.h>
6 #include <dt-bindings/interrupt-controller/irq.h>
9 #address-cells = <1>;
10 #size-cells = <1>;
11 model = "BCM11351 SoC";
12 compatible = "brcm,bcm11351";
13 interrupt-parent = <&gic>;
[all …]
H A Dbcm21664.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
4 #include "bcm2166x-common.dtsi"
7 interrupt-parent = <&gic>;
10 #address-cells = <1>;
11 #size-cells = <0>;
13 cpu0: cpu@0 {
14 device_type = "cpu";
15 compatible = "arm,cortex-a9";
19 cpu1: cpu@1 {
20 device_type = "cpu";
[all …]
/linux/arch/arm/mach-bcm/
H A Dplatsmp.c1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (C) 2014-2015 Broadcom Corporation
12 #include <linux/irqchip/irq-bcm2836.h>
34 #define OF_SECONDARY_BOOT "secondary-boot-reg"
54 return -ENXIO; in scu_a9_enable()
61 return -ENOENT; in scu_a9_enable()
68 return -ENOMEM; in scu_a9_enable()
78 static u32 secondary_boot_addr_for(unsigned int cpu) in secondary_boot_addr_for() argument
81 struct device_node *cpu_node = of_get_cpu_node(cpu, NULL); in secondary_boot_addr_for()
84 pr_err("Failed to find device tree node for CPU%u\n", cpu); in secondary_boot_addr_for()
[all …]