Skip to content

Commit 0d4fbaf

Browse files
MrVanShawn Guo
authored andcommitted
arm64: dts: imx93: add nvmem property for eqos
Add nvmem properties for eqos to get mac address. Signed-off-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent b2ab0ed commit 0d4fbaf

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

arch/arm64/boot/dts/freescale/imx93.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,6 +1106,8 @@
11061106
assigned-clock-rates = <100000000>, <250000000>;
11071107
intf_mode = <&wakeupmix_gpr 0x28>;
11081108
snps,clk-csr = <0>;
1109+
nvmem-cells = <&eth_mac2>;
1110+
nvmem-cell-names = "mac-address";
11091111
status = "disabled";
11101112
};
11111113

@@ -1198,6 +1200,10 @@
11981200
reg = <0x4ec 0x6>;
11991201
};
12001202

1203+
eth_mac2: mac-address@4f2 {
1204+
reg = <0x4f2 0x6>;
1205+
};
1206+
12011207
};
12021208

12031209
s4muap: mailbox@47520000 {

0 commit comments

Comments
 (0)