fixup! BCM2708: Add core Device Tree support

Leave pcie1/pciex1/nvme disabled unless a DT parameter is used.

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
This commit is contained in:
Phil Elwell
2025-12-02 14:23:56 +00:00
parent fda4fa35de
commit 75f3baf265
2 changed files with 2 additions and 1 deletions

View File

@@ -487,6 +487,7 @@
};
&pcie1 {
status = "disabled";
ranges =
/* 2GiB, 32-bit, non-prefetchable at PCIe 00_80000000 */
<0x02000000 0x00 0x80000000 0x1b 0x80000000 0x00 0x80000000>,
@@ -495,5 +496,6 @@
};
&pcie2 {
status = "disabled";
brcm,vdm-qos-map = /bits/ 8 <8 8 8 9 10 10 11 11>;
};

View File

@@ -763,7 +763,6 @@ spi10_cs_pins: &spi10_cs_gpio1 {};
};
&pcie1 {
status = "okay";
brcm,clkreq-mode = "safe";
};