Searched +full:r8a779f0 +full:- +full:pcie (Results 1 – 6 of 6) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2 # Copyright (C) 2022-2023 Renesas Electronics Corp.4 ---5 $id: http://devicetree.org/schemas/pci/rcar-gen4-pci-ep.yaml#6 $schema: http://devicetree.org/meta-schemas/core.yaml#8 title: Renesas R-Car Gen4 PCIe Endpoint11 - Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>14 - $ref: snps,dw-pcie-ep.yaml#19 - enum:20 - renesas,r8a779f0-pcie-ep # R-Car S4-8[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2 # Copyright (C) 2022-2023 Renesas Electronics Corp.4 ---5 $id: http://devicetree.org/schemas/pci/rcar-gen4-pci-host.yaml#6 $schema: http://devicetree.org/meta-schemas/core.yaml#8 title: Renesas R-Car Gen4 PCIe Host11 - Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>14 - $ref: snps,dw-pcie.yaml#19 - enum:20 - renesas,r8a779f0-pcie # R-Car S4-8[all …]
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)3 * Device Tree Source for the R-Car S4-8 (R8A779F0) SoC8 #include <dt-bindings/clock/r8a779f0-cpg-mssr.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/power/r8a779f0-sysc.h>13 compatible = "renesas,r8a779f0";14 #address-cells = <2>;15 #size-cells = <2>;17 cluster01_opp: opp-table-0 {18 compatible = "operating-points-v2";[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 …]
1 // SPDX-License-Identifier: GPL-2.03 * R8A779F0 processor support - PFC hardware block.7 * This file is based on the drivers/pinctrl/renesas/pfc-r8a779a0.c123 /* IP0SR0 */ /* 0 */ /* 1 */ /* 2 */ /* 3 */ /* 4 */ /* 5 */ /* 6 */ /* 7 - F */132 /* IP1SR0 */ /* 0 */ /* 1 */ /* 2 */ /* 3 */ /* 4 */ /* 5 */ /* 6 */ /* 7 - F */141 /* IP2SR0 */ /* 0 */ /* 1 */ /* 2 */ /* 3 */ /* 4 */ /* 5 */ /* 6 */ /* 7 - F */148 /* IP0SR1 */ /* 0 */ /* 1 */ /* 2 */ /* 3 */ /* 4 */ /* 5 */ /* 6 */ /* 7 - F */257 /* Using GP_1_[0-9] requires disabling I2C in MOD_SEL1 */509 /* - HSCIF0 ----------------------------------------------------------------- */532 /* - HSCIF1 ----------------------------------------------------------------- */[all …]