lkml.org 
[lkml]   [2022]   [Oct]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 03/10] ARM: dts: stm32: add UBSH EHCI and OHCI support on stm32mp131
    Date
    From: Amelie Delaunay <amelie.delaunay@foss.st.com>

    This patch adds USB Host EHCI and OHCI support on stm32mp131.

    Signed-off-by: Amelie Delaunay <amelie.delaunay@foss.st.com>
    Signed-off-by: Fabrice Gasnier <fabrice.gasnier@foss.st.com>
    ---
    arch/arm/boot/dts/stm32mp131.dtsi | 19 +++++++++++++++++++
    1 file changed, 19 insertions(+)

    diff --git a/arch/arm/boot/dts/stm32mp131.dtsi b/arch/arm/boot/dts/stm32mp131.dtsi
    index cd31fdd47536..b372786d2a64 100644
    --- a/arch/arm/boot/dts/stm32mp131.dtsi
    +++ b/arch/arm/boot/dts/stm32mp131.dtsi
    @@ -401,6 +401,25 @@ sdmmc2: mmc@58007000 {
    status = "disabled";
    };

    + usbh_ohci: usbh-ohci@5800c000 {
    + compatible = "generic-ohci";
    + reg = <0x5800c000 0x1000>;
    + clocks = <&usbphyc>, <&rcc USBH>;
    + resets = <&rcc USBH_R>;
    + interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
    + status = "disabled";
    + };
    +
    + usbh_ehci: usbh-ehci@5800d000 {
    + compatible = "generic-ehci";
    + reg = <0x5800d000 0x1000>;
    + clocks = <&usbphyc>, <&rcc USBH>;
    + resets = <&rcc USBH_R>;
    + interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
    + companion = <&usbh_ohci>;
    + status = "disabled";
    + };
    +
    iwdg2: watchdog@5a002000 {
    compatible = "st,stm32mp1-iwdg";
    reg = <0x5a002000 0x400>;
    --
    2.25.1
    \
     
     \ /
      Last update: 2022-10-14 11:28    [W:2.396 / U:0.512 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site