[PATCH 2/2] arm64: dts: socfpga: agilex5: Add alias for i3c node for NAND daughter card
From: adrianhoyin . ng
Date: Wed Feb 11 2026 - 02:19:28 EST
From: Adrian Ng Ho Yin <adrianhoyin.ng@xxxxxxxxxx>
Add explicit aliases for both I3C controllers to ensure i3c0 and
i3c1 are always assigned to the correct physical controllers
regardless of probe order.
Signed-off-by: Adrian Ng Ho Yin <adrianhoyin.ng@xxxxxxxxxx>
---
arch/arm64/boot/dts/intel/socfpga_agilex5_socdk_nand.dts | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex5_socdk_nand.dts b/arch/arm64/boot/dts/intel/socfpga_agilex5_socdk_nand.dts
index ec4541d44c9b..21faa47681fa 100644
--- a/arch/arm64/boot/dts/intel/socfpga_agilex5_socdk_nand.dts
+++ b/arch/arm64/boot/dts/intel/socfpga_agilex5_socdk_nand.dts
@@ -11,6 +11,8 @@ / {
aliases {
serial0 = &uart0;
ethernet0 = &gmac0;
+ i3c0 = &i3c0;
+ i3c1 = &i3c1;
};
chosen {
--
2.49.GIT