|
114 | 114 | pcie0: pcie@20020000 {
|
115 | 115 | compatible = "brcm,iproc-pcie";
|
116 | 116 | reg = <0 0x20020000 0 0x1000>;
|
| 117 | + dma-coherent; |
117 | 118 |
|
118 | 119 | #interrupt-cells = <1>;
|
119 | 120 | interrupt-map-mask = <0 0 0 0>;
|
|
144 | 145 | pcie4: pcie@50020000 {
|
145 | 146 | compatible = "brcm,iproc-pcie";
|
146 | 147 | reg = <0 0x50020000 0 0x1000>;
|
| 148 | + dma-coherent; |
147 | 149 |
|
148 | 150 | #interrupt-cells = <1>;
|
149 | 151 | interrupt-map-mask = <0 0 0 0>;
|
|
174 | 176 | pcie8: pcie@60c00000 {
|
175 | 177 | compatible = "brcm,iproc-pcie-paxc";
|
176 | 178 | reg = <0 0x60c00000 0 0x1000>;
|
| 179 | + dma-coherent; |
177 | 180 | linux,pci-domain = <8>;
|
178 | 181 |
|
179 | 182 | bus-range = <0x0 0x1>;
|
|
203 | 206 | <0x61030000 0x100>;
|
204 | 207 | reg-names = "amac_base", "idm_base", "nicpm_base";
|
205 | 208 | interrupts = <GIC_SPI 341 IRQ_TYPE_LEVEL_HIGH>;
|
| 209 | + dma-coherent; |
206 | 210 | phy-handle = <&gphy0>;
|
207 | 211 | phy-mode = "rgmii";
|
208 | 212 | status = "disabled";
|
|
213 | 217 | reg = <0x612c0000 0x445>; /* PDC FS0 regs */
|
214 | 218 | interrupts = <GIC_SPI 187 IRQ_TYPE_LEVEL_HIGH>;
|
215 | 219 | #mbox-cells = <1>;
|
| 220 | + dma-coherent; |
216 | 221 | brcm,rx-status-len = <32>;
|
217 | 222 | brcm,use-bcm-hdr;
|
218 | 223 | };
|
|
222 | 227 | reg = <0x612e0000 0x445>; /* PDC FS1 regs */
|
223 | 228 | interrupts = <GIC_SPI 189 IRQ_TYPE_LEVEL_HIGH>;
|
224 | 229 | #mbox-cells = <1>;
|
| 230 | + dma-coherent; |
225 | 231 | brcm,rx-status-len = <32>;
|
226 | 232 | brcm,use-bcm-hdr;
|
227 | 233 | };
|
|
231 | 237 | reg = <0x61300000 0x445>; /* PDC FS2 regs */
|
232 | 238 | interrupts = <GIC_SPI 191 IRQ_TYPE_LEVEL_HIGH>;
|
233 | 239 | #mbox-cells = <1>;
|
| 240 | + dma-coherent; |
234 | 241 | brcm,rx-status-len = <32>;
|
235 | 242 | brcm,use-bcm-hdr;
|
236 | 243 | };
|
|
240 | 247 | reg = <0x61320000 0x445>; /* PDC FS3 regs */
|
241 | 248 | interrupts = <GIC_SPI 193 IRQ_TYPE_LEVEL_HIGH>;
|
242 | 249 | #mbox-cells = <1>;
|
| 250 | + dma-coherent; |
243 | 251 | brcm,rx-status-len = <32>;
|
244 | 252 | brcm,use-bcm-hdr;
|
245 | 253 | };
|
|
644 | 652 | sata: ahci@663f2000 {
|
645 | 653 | compatible = "brcm,iproc-ahci", "generic-ahci";
|
646 | 654 | reg = <0x663f2000 0x1000>;
|
| 655 | + dma-coherent; |
647 | 656 | reg-names = "ahci";
|
648 | 657 | interrupts = <GIC_SPI 438 IRQ_TYPE_LEVEL_HIGH>;
|
649 | 658 | #address-cells = <1>;
|
|
667 | 676 | compatible = "brcm,sdhci-iproc-cygnus";
|
668 | 677 | reg = <0x66420000 0x100>;
|
669 | 678 | interrupts = <GIC_SPI 421 IRQ_TYPE_LEVEL_HIGH>;
|
| 679 | + dma-coherent; |
670 | 680 | bus-width = <8>;
|
671 | 681 | clocks = <&genpll_sw BCM_NS2_GENPLL_SW_SDIO_CLK>;
|
672 | 682 | status = "disabled";
|
|
676 | 686 | compatible = "brcm,sdhci-iproc-cygnus";
|
677 | 687 | reg = <0x66430000 0x100>;
|
678 | 688 | interrupts = <GIC_SPI 422 IRQ_TYPE_LEVEL_HIGH>;
|
| 689 | + dma-coherent; |
679 | 690 | bus-width = <8>;
|
680 | 691 | clocks = <&genpll_sw BCM_NS2_GENPLL_SW_SDIO_CLK>;
|
681 | 692 | status = "disabled";
|
|
0 commit comments