dts: st: Add USB PHY nodes

Add USB phy nodes and phys property in USB nodes.

Signed-off-by: Yannis Damigos <giannis.damigos@gmail.com>
This commit is contained in:
Yannis Damigos 2018-10-03 17:19:59 +03:00 committed by Kumar Gala
commit 542e6ac823
16 changed files with 123 additions and 0 deletions

View file

@ -163,6 +163,12 @@
};
};
otghs_fs_phy: otghs_fs_phy {
compatible = "usb-nop-xceiv";
#phy-cells = <0>;
label = "OTGHS_FS_PHY";
};
usbotg_hs: usb@40040000 {
compatible = "st,stm32-otghs", "st,stm32-otgfs";
reg = <0x40040000 0x40000>;
@ -171,6 +177,7 @@
num-bidir-endpoints = <6>;
ram-size = <4096>;
maximum-speed = "full-speed";
phys = <&otghs_fs_phy>;
status = "disabled";
label= "OTGHS";
};