ARM: dts: mmp2: add OTG PHY
The USB OTG PHY chip. To be used by the OTG controller. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
parent
8a22b194ce
commit
df606f41ab
|
@ -118,6 +118,13 @@
|
|||
mrvl,intc-nr-irqs = <2>;
|
||||
};
|
||||
|
||||
usb_otg_phy0: usb-otg-phy@d4207000 {
|
||||
compatible = "marvell,mmp2-usb-phy";
|
||||
reg = <0xd4207000 0x40>;
|
||||
#phy-cells = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
mmc1: mmc@d4280000 {
|
||||
compatible = "mrvl,pxav3-mmc";
|
||||
reg = <0xd4280000 0x120>;
|
||||
|
|
Loading…
Reference in New Issue