Currently, on the Toradex SMARC iMX95 and the Verdin iMX95 the ENETC device is not enumerated before network initialization because pci_init() is not called. As a result, no Ethernet device is registered.
Enable CONFIG_PCI_INIT_R so the PCI buses are enumerated early enough for the Ethernet Controller to be detected and used. Signed-off-by: Franz Schnyder <[email protected]> --- Franz Schnyder (2): configs: toradex-smarc-imx95: enable PCI_INIT_R configs: verdin-imx95: enable PCI_INIT_R configs/toradex-smarc-imx95_defconfig | 1 + configs/verdin-imx95_defconfig | 1 + 2 files changed, 2 insertions(+) --- base-commit: a566d32693600bbbe405ca5a7f4ab07f71f45e86 change-id: 20260611-fix-smarc-verdin-imx95-eth-761d2c76d6fe Best regards, -- Franz Schnyder <[email protected]>

