bmips: pci-bcm6348: load IO resource from DT ranges
[openwrt/openwrt.git] / target / linux / bmips / dts / bcm6368.dtsi
index 2d00434186b2870a6f0a4b299255e0e8e2617a7f..baa1c434173b5e27ed478f416f67af4a3d928063 100644 (file)
 
                pci: pci@10001000 {
                        compatible = "brcm,bcm6348-pci";
-                       reg = <0x10001000 0x200>,
-                             <0x08000000 0x10000>;
-                       reg-names = "pci",
-                                   "pci-io";
+                       reg = <0x10001000 0x200>;
                        #address-cells = <3>;
                        #size-cells = <2>;
 
                        device_type = "pci";
                        bus-range = <0x00 0x01>;
-                       ranges = <0x2000000 0 0x30000000 0x30000000 0 0x8000000>;
+                       ranges = <0x2000000 0 0x30000000 0x30000000 0 0x8000000>,
+                                <0x1000000 0 0x08000000 0x08000000 0 0x0010000>;
                        linux,pci-probe-only = <1>;
 
                        interrupt-parent = <&periph_intc>;