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
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue