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:
parent
31ae43d024
commit
542e6ac823
16 changed files with 123 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue