dts/arm/st: Add OTG HS node to STM32 F4 and F7 series
Add OTG HS node to to STM32 F4 and F7 series Signed-off-by: Yannis Damigos <giannis.damigos@gmail.com>
This commit is contained in:
parent
8f338ecaa0
commit
cc214b4426
4 changed files with 38 additions and 0 deletions
|
@ -170,5 +170,16 @@
|
|||
label = "PWM_14";
|
||||
};
|
||||
};
|
||||
|
||||
usbotg_hs: usb@40040000 {
|
||||
compatible = "st,stm32-otghs", "st,stm32-otgfs";
|
||||
reg = <0x40040000 0x40000>;
|
||||
interrupts = <77 0>, <74 0>, <75 0>;
|
||||
interrupt-names = "otghs", "ep1_out", "ep1_in";
|
||||
num-bidir-endpoints = <6>;
|
||||
ram-size = <4096>;
|
||||
status = "disabled";
|
||||
label= "OTGHS";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -11,5 +11,16 @@
|
|||
usbotg_fs: usb@50000000 {
|
||||
num-bidir-endpoints = <6>;
|
||||
};
|
||||
|
||||
usbotg_hs: usb@40040000 {
|
||||
compatible = "st,stm32-otghs", "st,stm32-otgfs";
|
||||
reg = <0x40040000 0x40000>;
|
||||
interrupts = <77 0>, <74 0>, <75 0>;
|
||||
interrupt-names = "otghs", "ep1_out", "ep1_in";
|
||||
num-bidir-endpoints = <9>;
|
||||
ram-size = <4096>;
|
||||
status = "disabled";
|
||||
label= "OTGHS";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -11,5 +11,10 @@
|
|||
usbotg_fs: usb@50000000 {
|
||||
num-bidir-endpoints = <6>;
|
||||
};
|
||||
|
||||
usbotg_hs: usb@40040000 {
|
||||
num-bidir-endpoints = <9>;
|
||||
ram-size = <4096>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -213,6 +213,17 @@
|
|||
status = "disabled";
|
||||
label = "OTGFS";
|
||||
};
|
||||
|
||||
usbotg_hs: usb@40040000 {
|
||||
compatible = "st,stm32-otghs", "st,stm32-otgfs";
|
||||
reg = <0x40040000 0x40000>;
|
||||
interrupts = <77 0>, <74 0>, <75 0>;
|
||||
interrupt-names = "otghs", "ep1_out", "ep1_in";
|
||||
num-bidir-endpoints = <9>;
|
||||
ram-size = <4096>;
|
||||
status = "disabled";
|
||||
label= "OTGHS";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue