summaryrefslogtreecommitdiffstats
path: root/sys/boot/fdt/dts
diff options
context:
space:
mode:
authorjchandra <jchandra@FreeBSD.org>2015-02-27 02:21:52 +0000
committerjchandra <jchandra@FreeBSD.org>2015-02-27 02:21:52 +0000
commitba32078fbc1e78f3c536f7d5469be6c884a86e77 (patch)
tree3a43ac66876bb7d47d8d619b73c1f2024b35de28 /sys/boot/fdt/dts
parent6f347e9b0e3f0d99b8c16185f1e2ef665ec62931 (diff)
downloadFreeBSD-src-ba32078fbc1e78f3c536f7d5469be6c884a86e77.zip
FreeBSD-src-ba32078fbc1e78f3c536f7d5469be6c884a86e77.tar.gz
Move PCI bus below simplebus for Broadcom XLP
This will enable us to do common allocation code for memory and interrupts for SoC devices as well as PCI devices.
Diffstat (limited to 'sys/boot/fdt/dts')
-rw-r--r--sys/boot/fdt/dts/mips/xlp-basic.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/boot/fdt/dts/mips/xlp-basic.dts b/sys/boot/fdt/dts/mips/xlp-basic.dts
index 2284db8..19f0801 100644
--- a/sys/boot/fdt/dts/mips/xlp-basic.dts
+++ b/sys/boot/fdt/dts/mips/xlp-basic.dts
@@ -65,6 +65,10 @@
interrupts = <17>;
};
+ pci0: pci@18000000 {
+ compatible = "netlogic,xlp-pci", "pci";
+ reg = <0xd0000000 0x10000000>;
+ };
};
chosen {
OpenPOWER on IntegriCloud