Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions arch/arm64/boot/dts/broadcom/bcm2712-ds.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,11 @@
&pcie1 {
brcm,fifo-qos-map = /bits/ 8 <3 3 3 3>;
status = "disabled";
ranges =
/* 2GiB, 32-bit, non-prefetchable at PCIe 00_80000000 */
<0x02000000 0x00 0x80000000 0x1b 0x80000000 0x00 0x80000000>,
/* 14GiB, 64-bit, prefetchable at PCIe 04_00000000 */
<0x43000000 0x04 0x00000000 0x18 0x00000000 0x03 0x80000000>;
};

&pcie2 {
Expand Down