Searched +full:r8a77980 +full:- +full:pcie +full:- +full:phy (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/phy/renesas,rcar-gen3-pcie-phy.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Renesas R-Car Generation 3 PCIe PHY10 - Sergei Shtylyov <sergei.shtylyov@gmail.com>14 const: renesas,r8a77980-pcie-phy22 power-domains:28 '#phy-cells':32 - compatible[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Renesas R-Car Gen3 PCIe PHY driver12 #include <linux/phy/phy.h>16 #define PHY_CTRL 0x4000 /* R8A77980 only */18 /* PHY control register (PHY_CTRL) */22 struct phy *phy; member27 static void rcar_gen3_phy_pcie_modify_reg(struct phy *p, unsigned int reg, in rcar_gen3_phy_pcie_modify_reg()30 struct rcar_gen3_phy *phy = phy_get_drvdata(p); in rcar_gen3_phy_pcie_modify_reg() local31 void __iomem *base = phy->base; in rcar_gen3_phy_pcie_modify_reg()35 spin_lock_irqsave(&phy->lock, flags); in rcar_gen3_phy_pcie_modify_reg()[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the R-Car V3H (R8A77980) SoC9 #include <dt-bindings/clock/r8a77980-cpg-mssr.h>10 #include <dt-bindings/interrupt-controller/irq.h>11 #include <dt-bindings/interrupt-controller/arm-gic.h>12 #include <dt-bindings/power/r8a77980-sysc.h>15 compatible = "renesas,r8a77980";16 #address-cells = <2>;17 #size-cells = <2>;19 /* External CAN clock - to be overridden by boards that provide it */[all …]
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 <marek.vasut+renesas@gmail.com>12 - Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>15 - $ref: /schemas/pci/pci-host-bridge.yaml#20 - const: renesas,pcie-r8a7779 # R-Car H121 - items:[all …]