All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yinbo Zhu <yinbo.zhu@nxp.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 6/8] ppc: t2080qds: add usb node
Date: Thu, 11 Apr 2019 11:02:01 +0000	[thread overview]
Message-ID: <20190411110315.30720-6-yinbo.zhu@nxp.com> (raw)
In-Reply-To: <20190411110315.30720-1-yinbo.zhu@nxp.com>

From: Yinbo Zhu <yinbo.zhu@nxp.com>

This patch is to add usb node for t2080qds

Signed-off-by: Yinbo Zhu <yinbo.zhu@nxp.com>
---
 arch/powerpc/dts/t2080.dtsi | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/arch/powerpc/dts/t2080.dtsi b/arch/powerpc/dts/t2080.dtsi
index f895dda4d7..666601ed49 100644
--- a/arch/powerpc/dts/t2080.dtsi
+++ b/arch/powerpc/dts/t2080.dtsi
@@ -68,5 +68,24 @@
 			bus-width = <4>;
 			voltage-ranges = <1800 1800 3300 3300>;
 		};
+
+		usb0: usb at 210000 {
+			compatible = "fsl-usb2-mph";
+			reg = <0x210000 0x1000>;
+			#address-cells = <1>;
+			#size-cells = <0>;
+			interrupts = <44 0x2 0 0>;
+			phy_type = "utmi";
+		};
+
+		usb1: usb at 211000 {
+			compatible = "fsl-usb2-dr";
+			reg = <0x211000 0x1000>;
+			#address-cells = <1>;
+			#size-cells = <0>;
+			interrupts = <45 0x2 0 0>;
+			dr_mode = "host";
+			phy_type = "utmi";
+		};
 	};
 };
-- 
2.17.1

  parent reply	other threads:[~2019-04-11 11:02 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-11 11:01 [U-Boot] [PATCH v3 1/8] ppc: t2080qds: add eSDHC node Yinbo Zhu
2019-04-11 11:01 ` [U-Boot] [PATCH v3 2/8] mmc: fsl_esdhc: ppc: set sdhc clock Yinbo Zhu
2019-05-24  5:10   ` Prabhakar Kushwaha
2019-04-11 11:01 ` [U-Boot] [PATCH v3 3/8] mmc: fsl_esdhc: ppc: adopt 32 bit address Yinbo Zhu
2019-05-24  5:10   ` Prabhakar Kushwaha
2019-04-11 11:01 ` [U-Boot] [PATCH v3 4/8] configs: enable device tree support for T2080QDS Yinbo Zhu
2019-05-24  5:10   ` Prabhakar Kushwaha
2019-04-11 11:01 ` [U-Boot] [PATCH v3 5/8] configs: enable eSDHC device module in T2080QDS Yinbo Zhu
2019-05-24  5:10   ` Prabhakar Kushwaha
2019-04-11 11:02 ` Yinbo Zhu [this message]
2019-05-24  5:11   ` [U-Boot] [PATCH v3 6/8] ppc: t2080qds: add usb node Prabhakar Kushwaha
2019-04-11 11:02 ` [U-Boot] [PATCH v3 7/8] usb: ehci: ppc: adopt 32 bit address Yinbo Zhu
2019-05-24  5:11   ` Prabhakar Kushwaha
2019-04-11 11:02 ` [U-Boot] [PATCH v3 8/8] configs: enable usb device module in T2080QDS Yinbo Zhu
2019-05-24  5:11   ` Prabhakar Kushwaha
2019-05-24  5:10 ` [U-Boot] [PATCH v3 1/8] ppc: t2080qds: add eSDHC node Prabhakar Kushwaha

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=20190411110315.30720-6-yinbo.zhu@nxp.com \
    --to=yinbo.zhu@nxp.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.