Searched +full:pcie +full:- +full:rcar +full:- +full:gen2 (Results 1 – 10 of 10) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)4 ---5 $id: http://devicetree.org/schemas/pci/rcar-pci-host.yaml#6 $schema: http://devicetree.org/meta-schemas/core.yaml#8 title: Renesas R-Car PCIe Host11 - Marek Vasut <[email protected]>12 - Yoshihiro Shimoda <[email protected]>15 - $ref: /schemas/pci/pci-host-bridge.yaml#20 - const: renesas,pcie-r8a7779 # R-Car H121 - items:[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Copyright (C) 2016-2017 Cogent Embedded Inc.8 #include <dt-bindings/interrupt-controller/irq.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/clock/r8a7743-cpg-mssr.h>11 #include <dt-bindings/power/r8a7743-sysc.h>15 #address-cells = <2>;16 #size-cells = <2>;24 compatible = "fixed-clock";25 #clock-cells = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.08 #include <dt-bindings/interrupt-controller/irq.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/clock/r8a7744-cpg-mssr.h>11 #include <dt-bindings/power/r8a7744-sysc.h>15 #address-cells = <2>;16 #size-cells = <2>;24 compatible = "fixed-clock";25 #clock-cells = <0>;26 clock-frequency = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the R-Car M2-W (R8A77910) SoC5 * Copyright (C) 2013-2015 Renesas Electronics Corporation6 * Copyright (C) 2013-2014 Renesas Solutions Corp.10 #include <dt-bindings/clock/r8a7791-cpg-mssr.h>11 #include <dt-bindings/interrupt-controller/arm-gic.h>12 #include <dt-bindings/interrupt-controller/irq.h>13 #include <dt-bindings/power/r8a7791-sysc.h>17 #address-cells = <2>;18 #size-cells = <2>;[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the R-Car H2 (R8A77900) SoC6 * Copyright (C) 2013-2014 Renesas Solutions Corp.10 #include <dt-bindings/clock/r8a7790-cpg-mssr.h>11 #include <dt-bindings/interrupt-controller/arm-gic.h>12 #include <dt-bindings/interrupt-controller/irq.h>13 #include <dt-bindings/power/r8a7790-sysc.h>17 #address-cells = <2>;18 #size-cells = <2>;46 compatible = "fixed-clock";[all …]
1 // SPDX-License-Identifier: GPL-2.08 #include <dt-bindings/clock/r8a7742-cpg-mssr.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/interrupt-controller/irq.h>11 #include <dt-bindings/power/r8a7742-sysc.h>15 #address-cells = <2>;16 #size-cells = <2>;24 compatible = "fixed-clock";25 #clock-cells = <0>;26 clock-frequency = <0>;[all …]
1 # SPDX-License-Identifier: GPL-2.02 obj-$(CONFIG_PCIE_CADENCE) += cadence/3 obj-$(CONFIG_PCI_FTPCI100) += pci-ftpci100.o4 obj-$(CONFIG_PCI_IXP4XX) += pci-ixp4xx.o5 obj-$(CONFIG_PCI_HYPERV) += pci-hyperv.o6 obj-$(CONFIG_PCI_HYPERV_INTERFACE) += pci-hyperv-intf.o7 obj-$(CONFIG_PCI_MVEBU) += pci-mvebu.o8 obj-$(CONFIG_PCI_AARDVARK) += pci-aardvark.o9 obj-$(CONFIG_PCI_TEGRA) += pci-tegra.o10 obj-$(CONFIG_PCI_RCAR_GEN2) += pci-rcar-gen2.o[all …]
1 // SPDX-License-Identifier: GPL-2.03 * PCIe driver for Renesas R-Car SoCs4 * Copyright (C) 2014-2020 Renesas Electronics Europe Ltd7 * arch/sh/drivers/pci/pcie-sh7786.c8 * arch/sh/drivers/pci/ops-sh7786.c9 * Copyright (C) 2009 - 2011 Paul Mundt16 #include <linux/clk-provider.h>34 #include "pcie-rcar.h"45 /* Structure representing the PCIe interface */47 struct rcar_pcie pcie; member[all …]
1 # SPDX-License-Identifier: GPL-2.02 obj-$(CONFIG_PHY_R8A779F0_ETHERNET_SERDES) += r8a779f0-ether-serdes.o3 obj-$(CONFIG_PHY_RCAR_GEN2) += phy-rcar-gen2.o4 obj-$(CONFIG_PHY_RCAR_GEN3_PCIE) += phy-rcar-gen3-pcie.o5 obj-$(CONFIG_PHY_RCAR_GEN3_USB2) += phy-rcar-gen3-usb2.o6 obj-$(CONFIG_PHY_RCAR_GEN3_USB3) += phy-rcar-gen3-usb3.o
1 // SPDX-License-Identifier: GPL-2.0-only3 * PCIe controller driver for Renesas R-Car Gen4 Series SoCs4 * Copyright (C) 2022-2023 Renesas Electronics Corporation6 * The r8a779g0 (R-Car V4H) controller requires a specific firmware to be7 * provided, to initialize the PHY. Otherwise, the PCIe controller will not24 #include "pcie-designware.h"26 /* Renesas-specific */27 /* PCIe Mode Setting Register 0 */34 /* PCIe Interrupt Status 0 */37 /* PCIe Interrupt Status 0 Enable */[all …]