summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgonzo <gonzo@FreeBSD.org>2012-11-30 03:16:45 +0000
committergonzo <gonzo@FreeBSD.org>2012-11-30 03:16:45 +0000
commit2afe31052cd5af15e541c153558bced79e9ccc0a (patch)
tree535eb2a809f26db89d429ff9ce64d29e0dfc4df7
parente9a6dd0099d4e0e6f29bd9acfdba4596e6cff8c0 (diff)
downloadFreeBSD-src-2afe31052cd5af15e541c153558bced79e9ccc0a.zip
FreeBSD-src-2afe31052cd5af15e541c153558bced79e9ccc0a.tar.gz
Add vchiq node
-rw-r--r--sys/boot/fdt/dts/bcm2835-rpi-b.dts7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/boot/fdt/dts/bcm2835-rpi-b.dts b/sys/boot/fdt/dts/bcm2835-rpi-b.dts
index d91459c..d9357af 100644
--- a/sys/boot/fdt/dts/bcm2835-rpi-b.dts
+++ b/sys/boot/fdt/dts/bcm2835-rpi-b.dts
@@ -471,6 +471,13 @@
reg-shift = <2>;
};
+ vchiq {
+ compatible = "broadcom,bcm2835-vchiq";
+ reg = <0xB800 0x50>;
+ interrupts = <2>;
+ interrupt-parent = <&intc>;
+ };
+
usb {
compatible = "broadcom,bcm2835-usb", "broadcom,bcm2708-usb", "synopsys,designware-hs-otg2";
reg = <0x980000 0x20000>;
OpenPOWER on IntegriCloud