P1020: dts: Added PCIe DT nodes
[oweals/u-boot.git] / arch / powerpc / dts / p1020-post.dtsi
index e1a4f500a678fb7d3e7840e1ccfeeb320578ec96..1e5e67804b85cdf2c7a4be32a7b4be0e78973bdc 100644 (file)
                last-interrupt-source = <255>;
        };
 };
+
+/* PCIe controller base address 0x9000 */
+&pci1 {
+       compatible = "fsl,pcie-p1_p2", "fsl,pcie-fsl-qoriq";
+       law_trgt_if = <1>;
+       #address-cells = <3>;
+       #size-cells = <2>;
+       device_type = "pci";
+       bus-range = <0x0 0xff>;
+};
+
+/* PCIe controller base address 0xa000 */
+&pci0 {
+       compatible = "fsl,pcie-p1_p2", "fsl,pcie-fsl-qoriq";
+       law_trgt_if = <2>;
+       #address-cells = <3>;
+       #size-cells = <2>;
+       device_type = "pci";
+       bus-range = <0x0 0xff>;
+};