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

@ -98,6 +98,12 @@
label = "SPI_3";
};
otgfs_phy: otgfs_phy {
compatible = "usb-nop-xceiv";
#phy-cells = <0>;
label = "OTGFS_PHY";
};
usbotg_fs: otgfs@50000000 {
compatible = "st,stm32-otgfs";
reg = <0x50000000 0x40000>;
@ -106,6 +112,7 @@
num-bidir-endpoints = <6>;
ram-size = <1280>;
maximum-speed = "full-speed";
phys = <&otgfs_phy>;
status = "disabled";
label= "OTGFS";
};