diff options
| author | Ye Li <[email protected]> | 2025-09-11 18:56:10 +0800 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2025-09-20 17:46:15 -0300 |
| commit | 5c4e28e52f247bfc4fca4e5f61246e510602ad9e (patch) | |
| tree | 1c3f0b0e1b52b5d14c0112475112de289f7260d5 | |
| parent | 749f6762b40859c24db6f13ba491300c1d22508c (diff) | |
arm: dts: imx95-evk: set alias for enetc PCI buses
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 <[email protected]>
| -rw-r--r-- | arch/arm/dts/imx95-19x19-evk-u-boot.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/dts/imx95-19x19-evk-u-boot.dtsi b/arch/arm/dts/imx95-19x19-evk-u-boot.dtsi index 2d1f02baa5f..8b59831b7ca 100644 --- a/arch/arm/dts/imx95-19x19-evk-u-boot.dtsi +++ b/arch/arm/dts/imx95-19x19-evk-u-boot.dtsi @@ -5,6 +5,13 @@ #include "imx95-u-boot.dtsi" +/ { + aliases { + pci0 = &netc_bus0; + pci1 = &netc_bus1; + }; +}; + &lpuart1 { bootph-pre-ram; }; |
