arm: a37xx: pci: Increase PCIe IO size from 64 KiB to 1 MiB
[platform/kernel/u-boot.git] / arch / arm / dts / armada-37xx.dtsi
index 2615b8c..fec3460 100644 (file)
                        /*
                         * The 128 MiB address range [0xe8000000-0xf0000000] is
                         * dedicated for PCIe and can be assigned to 8 windows
-                        * with size a power of two. Use one 64 KiB window for
+                        * with size a power of two. Use one 1 MiB window for
                         * IO at the end and the remaining seven windows
                         * (totaling 127 MiB) for MEM.
                         */
                        ranges = <0x82000000 0 0xe8000000
                                 0 0xe8000000 0 0x7f00000 /* Port 0 MEM */
-                                0x81000000 0 0xefff0000
-                                0 0xefff0000 0 0x10000>; /* Port 0 IO*/
+                                0x81000000 0 0xeff00000
+                                0 0xeff00000 0 0x100000>; /* Port 0 IO*/
                };
        };
 };