mirror of
https://github.com/torvalds/linux.git
synced 2024-12-24 11:51:27 +00:00
13e6dd485d
Now that the DWC2 driver has been moved to drivers/usb, move its bindings doc to the correct place Cc: Rob Herring <rob.herring@calxeda.com> Signed-off-by: Paul Zimmerman <paulz@synopsys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
18 lines
576 B
Plaintext
18 lines
576 B
Plaintext
Platform DesignWare HS OTG USB 2.0 controller
|
|
-----------------------------------------------------
|
|
|
|
Required properties:
|
|
- compatible : One of:
|
|
- brcm,bcm2835-usb: The DWC2 USB controller instance in the BCM2835 SoC.
|
|
- snps,dwc2: A generic DWC2 USB controller with default parameters.
|
|
- reg : Should contain 1 register range (address and length)
|
|
- interrupts : Should contain 1 interrupt
|
|
|
|
Example:
|
|
|
|
usb@101c0000 {
|
|
compatible = "ralink,rt3050-usb, snps,dwc2";
|
|
reg = <0x101c0000 40000>;
|
|
interrupts = <18>;
|
|
};
|