Lines Matching +full:pcie +full:- +full:r8a7791

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 Host
11 - Marek Vasut <marek.vasut+renesas@gmail.com>
12 - Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
15 - $ref: pci-bus.yaml#
20 - const: renesas,pcie-r8a7779 # R-Car H1
21 - items:
22 - enum:
23 - renesas,pcie-r8a7742 # RZ/G1H
24 - renesas,pcie-r8a7743 # RZ/G1M
25 - renesas,pcie-r8a7744 # RZ/G1N
26 - renesas,pcie-r8a7790 # R-Car H2
27 - renesas,pcie-r8a7791 # R-Car M2-W
28 - renesas,pcie-r8a7793 # R-Car M2-N
29 - const: renesas,pcie-rcar-gen2 # R-Car Gen2 and RZ/G1
30 - items:
31 - enum:
32 - renesas,pcie-r8a774a1 # RZ/G2M
33 - renesas,pcie-r8a774b1 # RZ/G2N
34 - renesas,pcie-r8a774c0 # RZ/G2E
35 - renesas,pcie-r8a774e1 # RZ/G2H
36 - renesas,pcie-r8a7795 # R-Car H3
37 - renesas,pcie-r8a7796 # R-Car M3-W
38 - renesas,pcie-r8a77961 # R-Car M3-W+
39 - renesas,pcie-r8a77965 # R-Car M3-N
40 - renesas,pcie-r8a77980 # R-Car V3H
41 - renesas,pcie-r8a77990 # R-Car E3
42 - const: renesas,pcie-rcar-gen3 # R-Car Gen3 and RZ/G2
54 clock-names:
56 - const: pcie
57 - const: pcie_bus
59 power-domains:
68 phy-names:
69 const: pcie
71 vpcie1v5-supply:
72 description: The 1.5v regulator to use for PCIe.
74 vpcie3v3-supply:
75 description: The 3.3v regulator to use for PCIe.
77 vpcie12v-supply:
78 description: The 12v regulator to use for PCIe.
81 - compatible
82 - reg
83 - interrupts
84 - clocks
85 - clock-names
86 - power-domains
93 const: renesas,pcie-r8a7779
96 - resets
101 - |
102 #include <dt-bindings/clock/r8a7791-cpg-mssr.h>
103 #include <dt-bindings/interrupt-controller/arm-gic.h>
104 #include <dt-bindings/power/r8a7791-sysc.h>
107 #address-cells = <2>;
108 #size-cells = <2>;
110 pcie: pcie@fe000000 {
111 compatible = "renesas,pcie-r8a7791", "renesas,pcie-rcar-gen2";
113 #address-cells = <3>;
114 #size-cells = <2>;
115 bus-range = <0x00 0xff>;
121 dma-ranges = <0x42000000 0 0x40000000 0 0x40000000 0 0x40000000>,
126 #interrupt-cells = <1>;
127 interrupt-map-mask = <0 0 0 0>;
128 interrupt-map = <0 0 0 0 &gic GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>;
130 clock-names = "pcie", "pcie_bus";
131 power-domains = <&sysc R8A7791_PD_ALWAYS_ON>;
133 vpcie3v3-supply = <&pcie_3v3>;
134 vpcie12v-supply = <&pcie_12v>;