From cc214b4426d4673887210598b335e7e9924d2489 Mon Sep 17 00:00:00 2001 From: Yannis Damigos Date: Sat, 7 Jul 2018 17:34:35 +0300 Subject: [PATCH] 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 --- dts/arm/st/stm32f405.dtsi | 11 +++++++++++ dts/arm/st/stm32f446.dtsi | 11 +++++++++++ dts/arm/st/stm32f469.dtsi | 5 +++++ dts/arm/st/stm32f7.dtsi | 11 +++++++++++ 4 files changed, 38 insertions(+) diff --git a/dts/arm/st/stm32f405.dtsi b/dts/arm/st/stm32f405.dtsi index 832bd3020c2..c30ebe9a3d6 100644 --- a/dts/arm/st/stm32f405.dtsi +++ b/dts/arm/st/stm32f405.dtsi @@ -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"; + }; }; }; diff --git a/dts/arm/st/stm32f446.dtsi b/dts/arm/st/stm32f446.dtsi index 2ce7ab979c1..1fb2fcaa460 100644 --- a/dts/arm/st/stm32f446.dtsi +++ b/dts/arm/st/stm32f446.dtsi @@ -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"; + }; }; }; diff --git a/dts/arm/st/stm32f469.dtsi b/dts/arm/st/stm32f469.dtsi index b87f7cd8868..1c8b1c86b5a 100644 --- a/dts/arm/st/stm32f469.dtsi +++ b/dts/arm/st/stm32f469.dtsi @@ -11,5 +11,10 @@ usbotg_fs: usb@50000000 { num-bidir-endpoints = <6>; }; + + usbotg_hs: usb@40040000 { + num-bidir-endpoints = <9>; + ram-size = <4096>; + }; }; }; diff --git a/dts/arm/st/stm32f7.dtsi b/dts/arm/st/stm32f7.dtsi index 7b811d335d2..4685c86881a 100644 --- a/dts/arm/st/stm32f7.dtsi +++ b/dts/arm/st/stm32f7.dtsi @@ -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"; + }; }; };