u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
From: Angus Ainslie <angus@akkea.ca>
To: u-boot@lists.denx.de, "NXP i.MX U-Boot Team" <uboot-imx@nxp.com>
Cc: "Stefano Babic" <sbabic@denx.de>,
	"Fabio Estevam" <festevam@gmail.com>,
	"Peng Fan" <peng.fan@nxp.com>, "Angus Ainslie" <angus@akkea.ca>,
	"Marek Vasut" <marex@denx.de>, "Ye Li" <ye.li@nxp.com>,
	"Alice Guo" <alice.guo@nxp.com>,
	"Patrick Wildt" <patrick@blueri.se>,
	"Simon Glass" <sjg@chromium.org>,
	"Frieder Schrempf" <frieder.schrempf@kontron.de>,
	"Marek Behún" <marek.behun@nic.cz>,
	"Ying-Chun Liu (PaulLiu)" <paulliu@debian.org>,
	kernel@puri.sm
Subject: [PATCH 2/3] arch: imx8m: imx-regs.h add the USB regs
Date: Fri, 17 Dec 2021 07:20:39 -0800	[thread overview]
Message-ID: <20211217152040.324803-3-angus@akkea.ca> (raw)
In-Reply-To: <20211217152040.324803-1-angus@akkea.ca>

Add the USB regs for SDP mode

Signed-off-by: Angus Ainslie <angus@akkea.ca>
---
 arch/arm/include/asm/arch-imx8m/imx-regs.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/include/asm/arch-imx8m/imx-regs.h b/arch/arm/include/asm/arch-imx8m/imx-regs.h
index 8cb499d3a3..bd474f88a6 100644
--- a/arch/arm/include/asm/arch-imx8m/imx-regs.h
+++ b/arch/arm/include/asm/arch-imx8m/imx-regs.h
@@ -103,6 +103,11 @@
 	IMX_CSPI2_BASE, \
 	IMX_CSPI3_BASE
 
+#define USB1_BASE_ADDR		0x38100000
+#define USB2_BASE_ADDR		0x38200000
+#define USB1_PHY_BASE_ADDR	0x381F0000
+#define USB2_PHY_BASE_ADDR	0x382F0000
+
 struct iomuxc_gpr_base_regs {
 	u32 gpr[47];
 };
-- 
2.25.1


  parent reply	other threads:[~2021-12-17 15:21 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-17 15:20 [PATCH 0/3] add some imx8m power and clock control Angus Ainslie
2021-12-17 15:20 ` [PATCH 1/3] imx8m: clock_imx8mq: Add the ecspi clocks Angus Ainslie
2021-12-17 15:20 ` Angus Ainslie [this message]
2021-12-17 16:28   ` [PATCH 2/3] arch: imx8m: imx-regs.h add the USB regs Fabio Estevam
2021-12-17 16:34     ` Angus Ainslie
2021-12-17 17:03       ` Adam Ford
2021-12-17 17:45         ` Fabio Estevam
2021-12-18 14:36           ` Angus Ainslie
2021-12-17 15:20 ` [PATCH 3/3] arch: imx8m: Add USB power control Angus Ainslie

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=20211217152040.324803-3-angus@akkea.ca \
    --to=angus@akkea.ca \
    --cc=alice.guo@nxp.com \
    --cc=festevam@gmail.com \
    --cc=frieder.schrempf@kontron.de \
    --cc=kernel@puri.sm \
    --cc=marek.behun@nic.cz \
    --cc=marex@denx.de \
    --cc=patrick@blueri.se \
    --cc=paulliu@debian.org \
    --cc=peng.fan@nxp.com \
    --cc=sbabic@denx.de \
    --cc=sjg@chromium.org \
    --cc=u-boot@lists.denx.de \
    --cc=uboot-imx@nxp.com \
    --cc=ye.li@nxp.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).