aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/mips/boot/dts/brcm/bcm97435svmb.dts
diff options
context:
space:
mode:
authorJim Quinlan <jim2101024@gmail.com>2021-12-09 15:47:23 -0500
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2022-01-11 11:55:41 +0100
commit6fffb01e3b78ba3a38baf49c1dc7eeb5edfd5818 (patch)
treecb87e0f44a4e56ed260b6aa94e4702223e83bcb1 /arch/mips/boot/dts/brcm/bcm97435svmb.dts
parentdt-bindings: PCI: Add compatible string for Brcmstb 74[23]5 MIPs SOCs (diff)
downloadwireguard-linux-6fffb01e3b78ba3a38baf49c1dc7eeb5edfd5818.tar.xz
wireguard-linux-6fffb01e3b78ba3a38baf49c1dc7eeb5edfd5818.zip
MIPS: bmips: Add support PCIe controller device nodes
For Broadcom STB PCIe HW. The 7425 and 7435 are MIPs-based SOCs. Not much difference between the two for the DT properties except that they have slightly different PCIe interrupt assignments. Signed-off-by: Jim Quinlan <jim2101024@gmail.com> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/boot/dts/brcm/bcm97435svmb.dts')
-rw-r--r--arch/mips/boot/dts/brcm/bcm97435svmb.dts9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/brcm/bcm97435svmb.dts b/arch/mips/boot/dts/brcm/bcm97435svmb.dts
index b653c6ff74b5..a0cf53e23c07 100644
--- a/arch/mips/boot/dts/brcm/bcm97435svmb.dts
+++ b/arch/mips/boot/dts/brcm/bcm97435svmb.dts
@@ -128,3 +128,12 @@
&waketimer {
status = "okay";
};
+
+&pcie_0 {
+ status = "okay";
+ /* 1GB Memc0, 1GB Memc1 */
+ brcm,scb-sizes = <0 0x40000000 0 0x40000000>;
+ dma-ranges = <0x43000000 0x00000000 0x00000000 0x00000000 0x0 0x10000000
+ 0x43000000 0x00000000 0x10000000 0x20000000 0x0 0x30000000
+ 0x43000000 0x00000000 0x40000000 0x90000000 0x0 0x40000000>;
+};