Searched +full:bcm11351 +full:- +full:gpio (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/sys/contrib/device-tree/src/arm/broadcom/ |
H A D | bcm11351.dtsi | 1 // 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 D | bcm28155-ap.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 4 /dts-v1/; 6 #include <dt-bindings/gpio/gpio.h> 8 #include "bcm11351.dtsi" 12 compatible = "brcm,bcm28155-ap", "brcm,bcm11351"; 21 clock-frequency = <400000>; 26 clock-frequency = <400000>; 31 clock-frequency = <400000>; 36 clock-frequency = <100000>; 49 non-removable; [all …]
|
H A D | bcm21664.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 4 #include "bcm2166x-common.dtsi" 7 interrupt-parent = <&gic>; 10 #address-cells = <1>; 11 #size-cells = <0>; 15 compatible = "arm,cortex-a9"; 21 compatible = "arm,cortex-a 101 gpio: gpio@35003000 { global() label [all...] |
/freebsd-src/sys/contrib/device-tree/Bindings/gpio/ |
H A D | brcm,kona-gpio.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/gpio/brcm,kona-gpio.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Broadcom Kona family GPIO controller 10 The Broadcom GPIO Controller IP can be configured prior to synthesis to 12 GPIO controller only supports edge, not level, triggering of interrupts. 15 - Ray Jui <rjui@broadcom.com> 20 - enum: 21 - brcm,bcm11351-gpio [all …]
|
H A D | brcm,kona-gpio.txt | 1 Broadcom Kona Family GPIO 4 This GPIO driver is used in the following Broadcom SoCs: 5 BCM11130, BCM11140, BCM11351, BCM28145, BCM28155 7 The Broadcom GPIO Controller IP can be configured prior to synthesis to 9 GPIO controller only supports edge, not level, triggering of interrupts. 12 ------------------- 14 - compatible: "brcm,bcm11351-gpio", "brcm,kona-gpio" 15 - reg: Physical base address and length of the controller's registers. 16 - interrupts: The interrupt outputs from the controller. There is one GPIO 17 interrupt per GPIO bank. The number of interrupts listed depends on the [all …]
|