All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabien Parent <fparent@baylibre.com>
To: u-boot@lists.denx.de
Subject: [PATCH 1/5] arm: dts: mt8516: add support for USB
Date: Fri, 16 Oct 2020 17:40:05 +0200	[thread overview]
Message-ID: <20201016154009.3097917-2-fparent@baylibre.com> (raw)
In-Reply-To: <20201016154009.3097917-1-fparent@baylibre.com>

Add support for USB on mt8516 based SoC.

Signed-off-by: Fabien Parent <fparent@baylibre.com>
---
 arch/arm/dts/mt8516.dtsi | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/arch/arm/dts/mt8516.dtsi b/arch/arm/dts/mt8516.dtsi
index 1c3358208614..c4577ceea386 100644
--- a/arch/arm/dts/mt8516.dtsi
+++ b/arch/arm/dts/mt8516.dtsi
@@ -123,6 +123,20 @@
 		status = "disabled";
 	};
 
+	usb0: usb at 11100000 {
+		compatible = "mediatek,mt8516-musb",
+			     "mediatek,mt8518-musb";
+		reg = <0x11100000 0x1000>;
+		interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_LOW>;
+		interrupt-names = "mc";
+		clocks = <&topckgen CLK_TOP_USB_PHY48M>,
+			 <&topckgen_cg CLK_TOP_USBIF>,
+			 <&topckgen_cg CLK_TOP_USB>,
+			 <&topckgen_cg CLK_TOP_USB_1P>;
+		clock-names = "usbpll", "usbmcu", "usb", "icusb";
+		status = "disabled";
+	};
+
 	uart0: serial at 11005000 {
 		compatible = "mediatek,hsuart";
 		reg = <0x11005000 0x1000>;
-- 
2.28.0

  reply	other threads:[~2020-10-16 15:40 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-16 15:40 [PATCH 0/5] board: mediatek: pumpkin: add fastboot support Fabien Parent
2020-10-16 15:40 ` Fabien Parent [this message]
2021-01-19 13:02   ` [PATCH 1/5] arm: dts: mt8516: add support for USB Tom Rini
2020-10-16 15:40 ` [PATCH 2/5] arm: dts: mt8516-pumpkin: enable usb port Fabien Parent
2021-01-19 13:02   ` Tom Rini
2020-10-16 15:40 ` [PATCH 3/5] board: mediatek: pumpkin: initialize usb device Fabien Parent
2021-01-19 13:02   ` Tom Rini
2020-10-16 15:40 ` [PATCH 4/5] configs: pumpkin: enable USB gadget Fabien Parent
2021-01-19 13:02   ` Tom Rini
2020-10-16 15:40 ` [PATCH 5/5] configs: pumpkin: enable fastboot Fabien Parent
2021-01-19 13:03   ` Tom Rini
2021-11-13 14:20 ` [PATCH 0/5] board: mediatek: pumpkin: add fastboot support Simon Glass
2021-12-16 19:02   ` Fabien Parent

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201016154009.3097917-2-fparent@baylibre.com \
    --to=fparent@baylibre.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.