mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add vchiq node
This commit is contained in:
parent
ee9b837148
commit
4f6c4eb93a
1 changed files with 7 additions and 0 deletions
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Reference in a new issue