Lines Matching +full:non +full:- +full:prefetchable
14 - compatible: ranging from specific to generic, should be one of
15 "cortina,gemini-pci", "faraday,ftpci100"
16 "cortina,gemini-pci-dual", "faraday,ftpci100-dual"
18 "faraday,ftpci100-dual"
19 - reg: memory base and size for the host bridge
20 - #address-cells: set to <3>
21 - #size-cells: set to <2>
22 - #interrupt-cells: set to <1>
23 - bus-range: set to <0x00 0xff>
24 - device_type, set to "pci"
25 - ranges: see pci.txt
26 - interrupt-map-mask: see pci.txt
27 - interrupt-map: see pci.txt
28 - dma-ranges: three ranges for the inbound memory region. The ranges must
31 pre-fetchable.
34 - clocks: when present, this should contain the peripheral clock (PCLK) and the
36 hard-wired enabled and always on. The PCI clock will be 33 or 66 MHz.
37 - clock-names: when present, this should contain "PCLK" for the peripheral
38 clock and "PCICLK" for the PCI-side clock.
41 - For "faraday,ftpci100" a node representing the interrupt-controller inside the
43 - interrupt: see interrupt-controller/interrupts.txt
44 - interrupt-controller: see interrupt-controller/interrupts.txt
45 - #address-cells: set to <0>
46 - #interrupt-cells: set to <1>
50 The plain variant has 128MiB of non-prefetchable memory space, whereas the
57 interrupt-map.
59 The code which is the only documentation of how the Faraday PCI (the non-dual
64 interrupt-map-mask = <0xf800 0 0 7>;
65 interrupt-map =
86 compatible = "cortina,gemini-pci", "faraday,ftpci100";
92 #address-cells = <3>;
93 #size-cells = <2>;
94 #interrupt-cells = <1>;
96 bus-range = <0x00 0xff>;
97 ranges = /* 1MiB I/O space 0x50000000-0x500fffff */
99 /* 128MiB non-prefetchable memory 0x58000000-0x5fffffff */
103 dma-ranges =
104 /* 128MiB at 0x00000000-0x07ffffff */
106 /* 64MiB at 0x00000000-0x03ffffff */
108 /* 64MiB at 0x00000000-0x03ffffff */
111 interrupt-map-mask = <0xf800 0 0 7>;
112 interrupt-map =
129 pci_intc: interrupt-controller {
130 interrupt-parent = <&intcon>;
131 interrupt-controller;
132 #address-cells = <0>;
133 #interrupt-cells = <1>;