arm: dts: imx95-evk: set alias for enetc PCI buses
authorYe Li <ye.li@nxp.com>
Thu, 11 Sep 2025 10:56:10 +0000 (18:56 +0800)
committerFabio Estevam <festevam@gmail.com>
Sat, 20 Sep 2025 20:46:15 +0000 (17:46 -0300)
Use fixed seq 0 and 1 for enetc PCI buses, then the seq for PCI controllers
could start after them.

Signed-off-by: Ye Li <ye.li@nxp.com>
arch/arm/dts/imx95-19x19-evk-u-boot.dtsi

index 2d1f02b..8b59831 100644 (file)
@@ -5,6 +5,13 @@
 
 #include "imx95-u-boot.dtsi"
 
+/ {
+       aliases {
+               pci0 = &netc_bus0;
+               pci1 = &netc_bus1;
+       };
+};
+
 &lpuart1 {
        bootph-pre-ram;
 };