mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-08 04:09:37 +00:00
ARM: dts: cygnus: Add generic-ehci/ohci nodes
Add dt nodes for generic-ehci/ohci host controller. Signed-off-by: Raveendra Padasalagi <raveendra.padasalagi@broadcom.com> Signed-off-by: Scott Branden <scott.branden@broadcom.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
This commit is contained in:
parent
556457fa76
commit
fdacf0950c
@ -459,6 +459,20 @@
|
|||||||
brcm,nand-has-wp;
|
brcm,nand-has-wp;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ehci0: usb@18048000 {
|
||||||
|
compatible = "generic-ehci";
|
||||||
|
reg = <0x18048000 0x100>;
|
||||||
|
interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
ohci0: usb@18048800 {
|
||||||
|
compatible = "generic-ohci";
|
||||||
|
reg = <0x18048800 0x100>;
|
||||||
|
interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
v3d: v3d@180a2000 {
|
v3d: v3d@180a2000 {
|
||||||
compatible = "brcm,cygnus-v3d";
|
compatible = "brcm,cygnus-v3d";
|
||||||
reg = <0x180a2000 0x1000>;
|
reg = <0x180a2000 0x1000>;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user