Home
last modified time | relevance | path

Searched +full:bcm11351 +full:- +full:pinctrl (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/arch/arm/boot/dts/broadcom/
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 …]
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dbcm11351.dtsi2 * Copyright (C) 2012-2013 Broadcom Corporation
14 #include <dt-bindings/interrupt-controller/arm-gic.h>
15 #include <dt-bindings/interrupt-controller/irq.h>
17 #include "dt-bindings/clock/bcm281xx.h"
20 #address-cells = <1>;
21 #size-cells = <1>;
22 model = "BCM11351 SoC";
23 compatible = "brcm,bcm11351";
24 interrupt-parent = <&gic>;
31 #address-cells = <1>;
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/pinctrl/
Dbrcm,bcm11351-pinctrl.txt4 BCM11130, BCM11140, BCM11351, BCM28145, and BCM28155 SoCs.
10 - compatible: Must be "brcm,bcm11351-pinctrl"
11 - reg: Base address of the PAD Controller register block and the size
16 pinctrl@35004800 {
17 compatible = "brcm,bcm11351-pinctrl";
27 Each pin configuration node is a sub-node of the pin controller node and is a
31 Please refer to the pinctrl-bindings.txt in this directory for details of the
32 common pinctrl bindings used by client devices, including the definition of a
45 details generic pin config properties, please refer to pinctrl-bindings.txt
46 and <include/linux/pinctrl/pinconfig-generic.h>.
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/pinctrl/
Dbrcm,bcm11351-pinctrl.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/brcm,bcm11351-pinctrl.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Florian Fainelli <florian.fainelli@broadcom.com>
11 - Ray Jui <rjui@broadcom.com>
12 - Scott Branden <sbranden@broadcom.com>
15 - $ref: pinctrl.yaml#
19 const: brcm,bcm11351-pinctrl
25 '-pins$':
[all …]
/kernel/linux/linux-5.10/drivers/pinctrl/bcm/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 # Broadcom pinctrl drivers
7 bool "Broadcom BCM281xx pinctrl driver"
15 Say Y here to support Broadcom BCM281xx pinctrl driver, which is used
16 for the BCM281xx SoC family, including BCM11130, BCM11140, BCM11351,
17 BCM28145, and BCM28155 SoCs. This driver requires the pinctrl
42 The Broadcom iProc based SoCs- Cygnus, NS2, NSP and Stingray, use
47 the always-ON GPIO controller (CRMU/AON). All 3 GPIO controllers are
91 The Broadcom Northstar pins driver supports muxing multi-purpose pins
Dpinctrl-bcm281xx.c2 * Copyright (C) 2013-2017 Broadcom
19 #include <linux/pinctrl/pinctrl.h>
20 #include <linux/pinctrl/pinmux.h>
21 #include <linux/pinctrl/pinconf.h>
22 #include <linux/pinctrl/pinconf-generic.h>
26 #include "../pinctrl-utils.h"
63 * bcm281xx_pin_type - types of pin register
77 * bcm281xx_pin_function- define pin function
86 * bcm281xx_pinctrl_data - Broadcom-specific pinctrl data
87 * @reg_base - base of pinctrl registers
[all …]
/kernel/linux/linux-5.10/arch/arm/mach-bcm/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
22 select PINCTRL
65 Ethernet PHYs, DDR3 memory, PCIE Gen-2, USB 2.0 and USB 3.0, serial and
100 select PINCTRL
112 BCM11130, BCM11140, BCM11351, BCM28145 and BCM28155
149 can be disabled for an SMP-enabled kernel.
164 select PINCTRL
177 BCM53573 series is set of SoCs using ARM Cortex-A7 CPUs with wireless
200 It currently supports the 'BCM63XX' ARM-based family, which includes
217 select PINCTRL
[all …]
/kernel/linux/linux-6.6/drivers/pinctrl/bcm/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 # Broadcom pinctrl drivers
7 bool "Broadcom BCM281xx pinctrl driver"
15 Say Y here to support Broadcom BCM281xx pinctrl driver, which is used
16 for the BCM281xx SoC family, including BCM11130, BCM11140, BCM11351,
17 BCM28145, and BCM28155 SoCs. This driver requires the pinctrl
44 If compiled as module it will be called pinctrl-bcm4908.
119 The Broadcom iProc based SoCs- Cygnus, NS2, NSP and Stingray, use
124 the always-ON GPIO controller (CRMU/AON). All 3 GPIO controllers are
170 The Broadcom Northstar pins driver supports muxing multi-purpose pins
Dpinctrl-bcm281xx.c1 // SPDX-License-Identifier: GPL-2.0-only
2 // Copyright (C) 2013-2017 Broadcom
13 #include <linux/pinctrl/pinconf-generic.h>
14 #include <linux/pinctrl/pinconf.h>
15 #include <linux/pinctrl/pinctrl.h>
16 #include <linux/pinctrl/pinmux.h>
19 #include "../pinctrl-utils.h"
56 * bcm281xx_pin_type - types of pin register
70 * bcm281xx_pin_function- define pin function
79 * bcm281xx_pinctrl_data - Broadcom-specific pinctrl data
[all …]
/kernel/linux/linux-6.6/arch/arm/mach-bcm/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
22 select PINCTRL
63 Ethernet PHYs, DDR3 memory, PCIE Gen-2, USB 2.0 and USB 3.0, serial and
98 select PINCTRL
110 BCM11130, BCM11140, BCM11351, BCM28145 and BCM28155
147 can be disabled for an SMP-enabled kernel.
162 select PINCTRL
175 BCM53573 series is set of SoCs using ARM Cortex-A7 CPUs with wireless
194 select PINCTRL
196 Say Y if you intend to run the kernel on a Broadcom ARM-based STB
[all …]