Searched +full:r8a779f0 +full:- +full:pcie +full:- +full:ep (Results 1 – 3 of 3) 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 <[email protected]>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 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.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 …]