On 7/29/25 15:55, Michal Simek wrote:
Ethernet aliases are used in fdt_fixup_ethernet() to inject
local-mac-address in every boot for OS. Similar change has been done for
other carrier cards by commit c4a711253613 ("arm64: zynqmp: Describe
ethernet controllers via aliases on SOM").

Signed-off-by: Michal Simek <michal.si...@amd.com>
---

  arch/arm/dts/zynqmp-sck-kr-g-revB.dtso | 5 +++++
  1 file changed, 5 insertions(+)

diff --git a/arch/arm/dts/zynqmp-sck-kr-g-revB.dtso 
b/arch/arm/dts/zynqmp-sck-kr-g-revB.dtso
index 0d915d496cae..60ac5085f738 100644
--- a/arch/arm/dts/zynqmp-sck-kr-g-revB.dtso
+++ b/arch/arm/dts/zynqmp-sck-kr-g-revB.dtso
@@ -20,6 +20,11 @@
                     "xlnx,zynqmp-sk-kr260", "xlnx,zynqmp";
        model = "ZynqMP KR260 revB";
+ aliases {
+               ethernet0 = "/axi/ethernet@ff0b0000"; /* &gem0 */
+               ethernet1 = "/axi/ethernet@ff0c0000"; /* &gem1 */
+       };
+
        ina260-u14 {
                compatible = "iio-hwmon";
                io-channels = <&u14 0>, <&u14 1>, <&u14 2>;

Applied.
M
--
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP/Versal ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal/Versal NET SoCs
TF-A maintainer - Xilinx ZynqMP/Versal/Versal NET SoCs

Reply via email to