diff options
| author | Peng Fan <peng.fan@nxp.com> | 2025-08-18 09:25:37 +0800 |
|---|---|---|
| committer | Shawn Guo <shawnguo@kernel.org> | 2025-08-22 17:16:34 +0800 |
| commit | 06d59feccdedee2888e98e43e13a9e0382745979 (patch) | |
| tree | b172d6d232f1a406ee18b305c72060c1964eabe7 | |
| parent | 530141de4d6598f88924c5b2c4d9ee7b7c72db77 (diff) | |
| download | linux-06d59feccdedee2888e98e43e13a9e0382745979.tar.gz linux-06d59feccdedee2888e98e43e13a9e0382745979.zip | |
arm64: dts: imx95-evk: Update alias
Add i2c, gpio, mmc, serial alias for 15x15 EVK and add lpuart5 serial
alias for 19x19 EVK.
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
| -rw-r--r-- | arch/arm64/boot/dts/freescale/imx95-15x15-evk.dts | 17 | ||||
| -rw-r--r-- | arch/arm64/boot/dts/freescale/imx95-19x19-evk.dts | 1 |
2 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx95-15x15-evk.dts b/arch/arm64/boot/dts/freescale/imx95-15x15-evk.dts index 46f6e0fbf2b0..de7f4321e5f9 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 213eb5476b84..fc19b29e179d 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 @@ mmc0 = &usdhc1; mmc1 = &usdhc2; serial0 = &lpuart1; + serial4 = &lpuart5; }; bt_sco_codec: audio-codec-bt-sco { |
