Home
last modified time | relevance | path

Searched +full:bcm23550 +full:- +full:cdc (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/arch/arm/boot/dts/broadcom/
Dbcm23550.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
3 * Device tree for the BCM23550 SoC.
8 #include "bcm2166x-common.dtsi"
11 interrupt-parent = <&gic>;
14 #address-cells = <1>;
15 #size-cells = <0>;
19 compatible = "arm,cortex-a7";
21 clock-frequency = <1000000000>;
26 compatible = "arm,cortex-a7";
27 enable-method = "brcm,bcm23550";
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/soc/bcm/
Dbrcm,bcm23550-cdc.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/soc/bcm/brcm,bcm23550-cdc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Broadcom BCM23550 Cluster Dormant Control
14 - Florian Fainelli <f.fainelli@gmail.com>
18 const: brcm,bcm23550-cdc
24 - compatible
25 - reg
30 - |
[all …]
/linux-6.12.1/arch/arm/mach-bcm/
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()
106 return -EINVAL; in nsp_write_lut()
111 pr_warn("unable to ioremap SKU-ROM LUT register for cpu %u\n", cpu); in nsp_write_lut()
112 return -ENOMEM; in nsp_write_lut()
[all …]