linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Peng Fan <peng.fan@nxp.com>
To: Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	 Conor Dooley <conor+dt@kernel.org>,
	Shawn Guo <shawnguo@kernel.org>,
	 Sascha Hauer <s.hauer@pengutronix.de>,
	 Pengutronix Kernel Team <kernel@pengutronix.de>,
	 Fabio Estevam <festevam@gmail.com>, Frank Li <Frank.Li@nxp.com>
Cc: devicetree@vger.kernel.org, imx@lists.linux.dev,
	 linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,  Peng Fan <peng.fan@nxp.com>
Subject: [PATCH 07/13] arm64: dts: imx95-evk: Update alias
Date: Fri, 15 Aug 2025 17:03:53 +0800	[thread overview]
Message-ID: <20250815-imx9-dts-v1-7-e609eb4e3105@nxp.com> (raw)
In-Reply-To: <20250815-imx9-dts-v1-0-e609eb4e3105@nxp.com>

Add i2c, gpio, mmc, serial alias for 15x15 EVK and add lpuart5 serial
alias for 19x19 EVK.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 arch/arm64/boot/dts/freescale/imx95-15x15-evk.dts | 17 +++++++++++++++++
 arch/arm64/boot/dts/freescale/imx95-19x19-evk.dts |  1 +
 2 files changed, 18 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/imx95-15x15-evk.dts b/arch/arm64/boot/dts/freescale/imx95-15x15-evk.dts
index 46f6e0fbf2b09106e6e726ff8b61522d1359cfa4..de7f4321e5f9d7d6a6c46741d3710756dd2b69cf 100644
--- a/arch/arm64/boot/dts/freescale/imx95-15x15-evk.dts
+++ b/arch/arm64/boot/dts/freescale/imx95-15x15-evk.dts
@@ -28,7 +28,24 @@ / {
 	aliases {
 		ethernet0 = &enetc_port0;
 		ethernet1 = &enetc_port1;
+		gpio0 = &gpio1;
+		gpio1 = &gpio2;
+		gpio2 = &gpio3;
+		gpio3 = &gpio4;
+		gpio4 = &gpio5;
+		i2c0 = &lpi2c1;
+		i2c1 = &lpi2c2;
+		i2c2 = &lpi2c3;
+		i2c3 = &lpi2c4;
+		i2c4 = &lpi2c5;
+		i2c5 = &lpi2c6;
+		i2c6 = &lpi2c7;
+		i2c7 = &lpi2c8;
+		mmc0 = &usdhc1;
+		mmc1 = &usdhc2;
+		mmc2 = &usdhc3;
 		serial0 = &lpuart1;
+		serial4 = &lpuart5;
 	};
 
 	bt_sco_codec: bt-sco-codec {
diff --git a/arch/arm64/boot/dts/freescale/imx95-19x19-evk.dts b/arch/arm64/boot/dts/freescale/imx95-19x19-evk.dts
index 2f949a0d48d2d8066388884703c3b3cd678f16e1..39815b21d235d2f8cfa49720d3be49d056ea039a 100644
--- a/arch/arm64/boot/dts/freescale/imx95-19x19-evk.dts
+++ b/arch/arm64/boot/dts/freescale/imx95-19x19-evk.dts
@@ -40,6 +40,7 @@ aliases {
 		mmc0 = &usdhc1;
 		mmc1 = &usdhc2;
 		serial0 = &lpuart1;
+		serial4 = &lpuart5;
 	};
 
 	bt_sco_codec: audio-codec-bt-sco {

-- 
2.37.1


  parent reply	other threads:[~2025-08-15  9:04 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-15  9:03 [PATCH 00/13] arm64: dts: imx95: various updates Peng Fan
2025-08-15  9:03 ` [PATCH 01/13] arm64: dts: imx95: Correct the lpuart7 and lpuart8 srcid Peng Fan
2025-08-15 16:31   ` Frank Li
2025-08-15  9:03 ` [PATCH 02/13] arm64: dts: imx95: Add System Counter node Peng Fan
2025-08-15 16:32   ` Frank Li
2025-08-15  9:03 ` [PATCH 03/13] arm64: dts: imx95: Add LMM/CPU nodes Peng Fan
2025-08-15 16:33   ` Frank Li
2025-08-15  9:03 ` [PATCH 04/13] arm64: dts: imx95: Add more V2X MUs Peng Fan
2025-08-15 16:33   ` Frank Li
2025-08-15  9:03 ` [PATCH 05/13] arm64: dts: imx95: Add OCOTP node Peng Fan
2025-08-15 16:35   ` Frank Li
2025-08-15  9:03 ` [PATCH 06/13] arm64: dts: imx95: Add coresight nodes Peng Fan
2025-08-15 16:37   ` Frank Li
2025-08-15  9:03 ` Peng Fan [this message]
2025-08-15 16:38   ` [PATCH 07/13] arm64: dts: imx95-evk: Update alias Frank Li
2025-08-15  9:03 ` [PATCH 08/13] arm64: dts: imx95-19x19-evk: Add phy supply for netc Peng Fan
2025-08-15 16:39   ` Frank Li
2025-08-15  9:03 ` [PATCH 09/13] arm64: dts: imx95-19x19-evk: Add Tsettle delay in m2 regulator Peng Fan
2025-08-15 16:39   ` Frank Li
2025-08-15  9:03 ` [PATCH 10/13] arm64: dts: imx95-19x19-evk: Add pca9632 node Peng Fan
2025-08-15 16:41   ` Frank Li
2025-08-18  7:05   ` Maud Spierings
2025-08-15  9:03 ` [PATCH 11/13] arm64: dts: imx95-19x19-evk: Add pf09 and pf53 thermal zones Peng Fan
2025-08-15 16:44   ` Frank Li
2025-08-15  9:03 ` [PATCH 12/13] arm64: dts: imx95-19x19-evk: Add spidev0 Peng Fan
2025-08-15 16:46   ` Frank Li
2025-08-15  9:03 ` [PATCH 13/13] arm64: dts: imx95-15x15-evk: Change pinctrl settings for usdhc2 Peng Fan
2025-08-15 16:46   ` Frank Li
2025-08-15 21:19 ` [PATCH 00/13] arm64: dts: imx95: various updates Rob Herring (Arm)

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=20250815-imx9-dts-v1-7-e609eb4e3105@nxp.com \
    --to=peng.fan@nxp.com \
    --cc=Frank.Li@nxp.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=imx@lists.linux.dev \
    --cc=kernel@pengutronix.de \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    /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).