Searched +full:bcm2711 +full:- +full:pcie (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/arch/arm/boot/dts/ |
D | bcm2711.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 4 #include <dt-bindings/interrupt-controller/arm-gic.h> 5 #include <dt-bindings/soc/bcm2835-pm.h> 8 compatible = "brcm,bcm2711"; 10 #address-cells = <2>; 11 #size-cells = <1>; 13 interrupt-parent = <&gicv2>; 16 compatible = "brcm,bcm2711-vc5"; 20 clk_27MHz: clk-27M { 21 #clock-cells = <0>; [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/pci/ |
D | brcm,stb-pcie.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pci/brcm,stb-pcie.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Brcmstb PCIe Host Controller Device Tree Bindings 10 - Nicolas Saenz Julienne <nsaenzjulienne@suse.de> 15 - enum: 16 - brcm,bcm2711-pcie # The Raspberry Pi 4 17 - brcm,bcm4908-pcie 18 - brcm,bcm7211-pcie # Broadcom STB version of RPi4 [all …]
|
/Linux-v5.15/drivers/pci/controller/ |
D | pcie-brcmstb.c | 1 // SPDX-License-Identifier: GPL-2.0+ 2 /* Copyright (C) 2009 - 2019 Broadcom */ 25 #include <linux/pci-ecam.h> 35 /* BRCM_PCIE_CAP_REGS - Offset for the mandatory capability config regs */ 38 /* Broadcom STB PCIe Register Offsets */ 142 /* PCIe parameters */ 173 #define IDX_ADDR(pcie) (pcie->reg_offsets[EXT_CFG_INDEX]) argument 174 #define DATA_ADDR(pcie) (pcie->reg_offsets[EXT_CFG_DATA]) argument 175 #define PCIE_RGR1_SW_INIT_1(pcie) (pcie->reg_offsets[RGR1_SW_INIT_1]) argument 189 static inline void brcm_pcie_bridge_sw_init_set_7278(struct brcm_pcie *pcie, u32 val); [all …]
|
/Linux-v5.15/arch/arm/mach-bcm/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 65 Ethernet PHYs, DDR3 memory, PCIE Gen-2, USB 2.0 and USB 3.0, serial and 149 can be disabled for an SMP-enabled kernel. 169 This enables support for the Broadcom BCM2711 and BCM283x SoCs. 178 BCM53573 series is set of SoCs using ARM Cortex-A7 CPUs with wireless 201 It currently supports the 'BCM63XX' ARM-based family, which includes 220 Say Y if you intend to run the kernel on a Broadcom ARM-based STB 223 This enables support for Broadcom ARM-based set-top box chipsets,
|
/Linux-v5.15/drivers/usb/host/ |
D | pci-quirks.c | 1 // SPDX-License-Identifier: GPL-2.0 4 * Some of it includes work-arounds for PCI hardware and BIOS quirks. 5 * It may need to run early during booting -- before USB would normally 6 * initialize -- to ensure that Linux doesn't use any legacy modes. 22 #include "pci-quirks.h" 23 #include "xhci-ext-caps.h" 144 * amd_chipset_sb_type_init - initialize amd chipset southbridge type 154 pinfo->sb_type.gen = AMD_CHIPSET_UNKNOWN; in amd_chipset_sb_type_init() 156 pinfo->smbus_dev = pci_get_device(PCI_VENDOR_ID_ATI, in amd_chipset_sb_type_init() 158 if (pinfo->smbus_dev) { in amd_chipset_sb_type_init() [all …]
|
/Linux-v5.15/ |
D | MAINTAINERS | 9 ------------------------- 30 ``diff -u`` to make the patch easy to merge. Be prepared to get your 40 See Documentation/process/coding-style.rst for guidance here. 46 See Documentation/process/submitting-patches.rst for details. 57 include a Signed-off-by: line. The current version of this 59 Documentation/process/submitting-patches.rst. 70 that the bug would present a short-term risk to other users if it 76 Documentation/admin-guide/security-bugs.rst for details. 81 --------------------------------------------------- 97 W: *Web-page* with status/info [all …]
|