lantiq: device tree bindings for dwc2 on danube
Device tree binding for dwc2 usb driver on danube. Leave old ifxhcd-danube driver as an alternative. Also adds dr_mode = "host" to eliminate warning on boot. Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com>
This commit is contained in:
parent
c82d5b30e1
commit
5c06a31e23
@ -139,11 +139,12 @@
|
||||
};
|
||||
|
||||
ifxhcd@E101000 {
|
||||
compatible = "lantiq,ifxhcd-danube";
|
||||
compatible = "lantiq,ifxhcd-danube-dwc2", "lantiq,ifxhcd-danube";
|
||||
reg = <0xE101000 0x1000
|
||||
0xE120000 0x3f000>;
|
||||
interrupt-parent = <&icu0>;
|
||||
interrupts = <62>;
|
||||
dr_mode = "host";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user