From 4f6c4eb93ac898b557ff0ce404943253d0f7fa10 Mon Sep 17 00:00:00 2001 From: Oleksandr Tymoshenko Date: Fri, 30 Nov 2012 03:16:45 +0000 Subject: [PATCH] Add vchiq node --- sys/boot/fdt/dts/bcm2835-rpi-b.dts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sys/boot/fdt/dts/bcm2835-rpi-b.dts b/sys/boot/fdt/dts/bcm2835-rpi-b.dts index d91459c5080..d9357af65d6 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>;