1 Broadcom USB Device Controller (BDC)
2 ====================================
6 - compatible: must be one of:
9 - reg: the base register address and length
10 - interrupts: the interrupt line for this controller
14 On Broadcom STB platforms, these properties are required:
16 - phys: phandle to one or two USB PHY blocks
17 NOTE: Some SoC's have a single phy and some have
18 USB 2.0 and USB 3.0 phys
19 - clocks: phandle to the functional clock of this block
24 compatible = "brcm,bdc-v0.16";
25 reg = <0xf0b02000 0xfc4>;
26 interrupts = <0x0 0x60 0x0>;
27 phys = <&usbphy_0 0x0>;