Lines Matching +full:per +full:- +full:soc

2 -------------------------
5 AHB. There is one bridge instance per USB port connected to the internal
9 - compatible: "renesas,pci-r8a7742" for the R8A7742 SoC;
10 "renesas,pci-r8a7743" for the R8A7743 SoC;
11 "renesas,pci-r8a7744" for the R8A7744 SoC;
12 "renesas,pci-r8a7745" for the R8A7745 SoC;
13 "renesas,pci-r8a7790" for the R8A7790 SoC;
14 "renesas,pci-r8a7791" for the R8A7791 SoC;
15 "renesas,pci-r8a7793" for the R8A7793 SoC;
16 "renesas,pci-r8a7794" for the R8A7794 SoC;
17 "renesas,pci-rcar-gen2" for a generic R-Car Gen2 or
22 SoC-specific version corresponding to the platform first
25 - reg: A list of physical regions to access the device: the first is
28 - interrupts: interrupt for the device.
29 - clocks: The reference to the device clock.
30 - bus-range: The PCI bus number range; as this is a single bus, the range
32 - #address-cells: must be 3.
33 - #size-cells: must be 2.
34 - #interrupt-cells: must be 1.
35 - interrupt-map: standard property used to define the mapping of the PCI
37 - interrupt-map-mask: standard property that helps to define the interrupt
41 - dma-ranges: a single range for the inbound memory region. If not supplied,
45 Example SoC configuration:
48 compatible = "renesas,pci-r8a7790", "renesas,pci-rcar-gen2";
55 bus-range = <0 0>;
56 #address-cells = <3>;
57 #size-cells = <2>;
58 #interrupt-cells = <1>;
59 dma-ranges = <0x42000000 0 0x40000000 0 0x40000000 0 0x40000000>;
60 interrupt-map-mask = <0xff00 0 0 0x7>;
61 interrupt-map = <0x0000 0 0 1 &gic 0 108 IRQ_TYPE_LEVEL_HIGH
68 phy-names = "usb";
74 phy-names = "usb";
82 pinctrl-0 = <&usb0_pins>;
83 pinctrl-names = "default";