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
|
@ -154,6 +154,12 @@
|
|||
label = "SPI_1";
|
||||
};
|
||||
|
||||
usb_fs_phy: usbphy {
|
||||
compatible = "usb-nop-xceiv";
|
||||
#phy-cells = <0>;
|
||||
label = "USB_FS_PHY";
|
||||
};
|
||||
|
||||
usb: usb@40005c00 {
|
||||
compatible = "st,stm32-usb";
|
||||
reg = <0x40005c00 0x400>;
|
||||
|
@ -161,6 +167,7 @@
|
|||
interrupt-names = "usb";
|
||||
num-bidir-endpoints = <8>;
|
||||
ram-size = <512>;
|
||||
phys = <&usb_fs_phy>;
|
||||
status = "disabled";
|
||||
label= "USB";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue