1 Ingenic JZ4740 MUSB driver
5 - compatible: Must be "ingenic,jz4740-musb"
6 - reg: Address range of the UDC register set
7 - interrupts: IRQ number related to the UDC hardware
8 - interrupt-names: must be "mc"
9 - clocks: phandle to the "udc" clock
10 - clock-names: must be "udc"
11 - phys: phandle to the USB PHY
16 compatible = "usb-nop-xceiv";
21 compatible = "ingenic,jz4740-musb";
22 reg = <0x13040000 0x10000>;
24 interrupt-parent = <&intc>;
26 interrupt-names = "mc";
28 clocks = <&cgu JZ4740_CLK_UDC>;