]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
arm64: dts: ti: k3-am64-main: Switch to 64-bit address space for PCIe0
authorSiddharth Vadapalli <s-vadapalli@ti.com>
Tue, 22 Apr 2025 12:00:36 +0000 (17:30 +0530)
committerNishanth Menon <nm@ti.com>
Fri, 2 May 2025 13:29:18 +0000 (08:29 -0500)
The PCIe0 instance of PCIe in AM64 SoC supports:
1. 128 MB address region in the 32-bit address space
2. 4 GB address region in the 64-bit address space

The default configuration is that of a 128 MB address region in the
32-bit address space. While this might be sufficient for most use-cases,
it is insufficient for supporting use-cases which require larger address
spaces. Therefore, switch to using the 64-bit address space with a 4 GB
address region.

Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
Reviewed-by: Udit Kumar <u-kumar1@ti.com>
Link: https://lore.kernel.org/r/20250422120042.3746004-2-s-vadapalli@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm64/boot/dts/ti/k3-am64-main.dtsi

index d872a624601cbd4710e6cbe4044ed7420d6c6760..c7e5da37486ae2c535c42d55da65aa2fb67dba78 100644 (file)
                reg = <0x00 0x0f102000 0x00 0x1000>,
                      <0x00 0x0f100000 0x00 0x400>,
                      <0x00 0x0d000000 0x00 0x00800000>,
-                     <0x00 0x68000000 0x00 0x00001000>;
+                     <0x06 0x00000000 0x00 0x00001000>; /* ECAM (4 KB) */
                reg-names = "intd_cfg", "user_cfg", "reg", "cfg";
                interrupt-names = "link_state";
                interrupts = <GIC_SPI 203 IRQ_TYPE_EDGE_RISING>;
                vendor-id = <0x104c>;
                device-id = <0xb010>;
                msi-map = <0x0 &gic_its 0x0 0x10000>;
-               ranges = <0x01000000 0x00 0x68001000  0x00 0x68001000  0x00 0x0010000>,
-                        <0x02000000 0x00 0x68011000  0x00 0x68011000  0x00 0x7fef000>;
+               ranges = <0x01000000 0x00 0x00001000 0x06 0x00001000 0x00 0x00100000>, /* IO (1 MB) */
+                        <0x02000000 0x00 0x00101000 0x06 0x00101000 0x00 0xffeff000>; /* 32-bit Non-Prefetchable MEM (4 GB - 1 MB - 4 KB) */
                dma-ranges = <0x02000000 0x0 0x0 0x0 0x0 0x00000010 0x0>;
                status = "disabled";
        };