Commit cd23bada authored by Primoz Fiser's avatar Primoz Fiser Committed by Shawn Guo
Browse files

arm64: dts: freescale: imx93-phycore-som: Move ethernet0 alias to SoM



Move alias for ethernet0 interface to the phyCORE-i.MX93 SoM include
file. The reason behind it is that the physical location of the PHY chip
connected to FEC interface is on the SoM itself and alias thus belongs
into the SoM device-tree. Consequently, it can be used by all boards
based on the phyCORE-i.MX93 SoM (phyBOARD-Segin and phyBOARD-Nash).

This also enables us to mark FEC interface as the primary / first for
networking in the bootloader and systemd (predictable interface names).

Signed-off-by: default avatarPrimoz Fiser <primoz.fiser@norik.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent bbdf7930
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@ / {
		     "fsl,imx93";

	aliases {
		ethernet0 = &fec;
		ethernet1 = &eqos;
		rtc0 = &i2c_rtc;
		rtc1 = &bbnsm_rtc;
+4 −0
Original line number Diff line number Diff line
@@ -16,6 +16,10 @@ /{
	model = "PHYTEC phyCORE-i.MX93";
	compatible = "phytec,imx93-phycore-som", "fsl,imx93";

	aliases {
		ethernet0 = &fec;
	};

	reserved-memory {
		ranges;
		#address-cells = <2>;