Skip to content

Commit 95bebc8

Browse files
P33Mpelwell
authored andcommitted
DT: arm: bcm2712: re-add mmio-hi ranges for pciex1
Upstream's base dts exposes a full-range 32bit MMIO window starting at a PCI bus address of 0. This causes sufficient interop annoyance to be worth permanently applying the mmio-hi property of the pciex1-compat-pi5 overlay. Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
1 parent 3d01872 commit 95bebc8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

arch/arm64/boot/dts/broadcom/bcm2712-ds.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,3 +484,11 @@
484484
&vc4 {
485485
status = "disabled";
486486
};
487+
488+
&pcie1 {
489+
ranges =
490+
/* 2GiB, 32-bit, non-prefetchable at PCIe 00_80000000 */
491+
<0x02000000 0x00 0x80000000 0x1b 0x80000000 0x00 0x80000000>,
492+
/* 14GiB, 64-bit, prefetchable at PCIe 04_00000000 */
493+
<0x43000000 0x04 0x00000000 0x18 0x00000000 0x03 0x80000000>;
494+
};

0 commit comments

Comments
 (0)