Searched +full:iproc +full:- +full:pcie +full:- +full:ep (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/drivers/pcie/endpoint/ |
D | Kconfig.iproc | 1 # iProc PCIe EP configuration options 4 # SPDX-License-Identifier: Apache-2.0 7 bool "Broadcom iProc PCIe EP driver" 9 This option enables Broadcom iProc PCIe EP driver. 14 bool "Re-initialize PCIe MSI/MSIX configurations" 17 bool "Version-2 of iProc PCIe EP controller"
|
/Zephyr-latest/dts/bindings/pcie/endpoint/ |
D | brcm,iproc-pcie-ep.yaml | 2 # SPDX-License-Identifier: Apache-2.0 4 description: Broadcom iProc PCIe EP node 6 compatible: "brcm,iproc-pcie-ep" 14 Register space for the memory mapped PAX(PCIe to AXI bridge) registers, 15 It includes registers to access EP configuration space 16 and to map Host PCIe address to PCIe Outbound memory.
|
/Zephyr-latest/dts/bindings/dma/ |
D | brcm,iproc-pax-dma-v1.yaml | 2 # SPDX-License-Identifier: Apache-2.0 4 description: Broadcom iProc PAX(PCIE<->AXI) DMA controller version 1 6 include: dma-controller.yaml 8 compatible: brcm,iproc-pax-dma-v1 17 bd-memory: 21 scr-addr-loc: 25 scr-size-loc: 32 pcie-ep: 34 description: Pcie endpoint handle
|
D | brcm,iproc-pax-dma-v2.yaml | 2 # SPDX-License-Identifier: Apache-2.0 4 description: Broadcom iProc PAX(PCIE<->AXI) DMA controller version 2 6 include: dma-controller.yaml 8 compatible: brcm,iproc-pax-dma-v2 17 bd-memory: 21 scr-addr-loc: 25 scr-size-loc: 32 pcie-ep: 34 description: Pcie endpoint handle
|
D | arm,dma-pl330.yaml | 2 # SPDX-License-Identifier: Apache-2.0 12 compatible = "arm,dma-pl330"; 14 dma-channels = <8>; 15 #dma-cells = <1>; 18 If PCIe EP client uses channel 0 for Tx DMA and channel 1 for Rx DMA 19 pcie0_ep: pcie@4e100000 { 20 compatible = "brcm,iproc-pcie-ep"; 23 dma-names = "txdma", "rxdma"; 25 compatible: "arm,dma-pl330" 27 include: dma-controller.yaml [all …]
|
/Zephyr-latest/dts/common/broadcom/ |
D | viper-common.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 17 clock-frequency = <25000000>; 18 reg-shift = <2>; 25 clock-frequency = <100000000>; 26 reg-shift = <2>; 31 compatible = "arm,dma-pl330"; 34 reg-names = "pl330_regs", 37 dma-channels = <8>; 38 #dma-cells = <1>; 42 pcie { [all …]
|