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:
Yannis Damigos 2018-07-07 17:34:35 +03:00 committed by Anas Nashif
commit cc214b4426
4 changed files with 38 additions and 0 deletions

View file

@ -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";
};
};
};

View file

@ -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";
};
};
};

View file

@ -11,5 +11,10 @@
usbotg_fs: usb@50000000 {
num-bidir-endpoints = <6>;
};
usbotg_hs: usb@40040000 {
num-bidir-endpoints = <9>;
ram-size = <4096>;
};
};
};

View file

@ -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";
};
};
};