Skip to content

Commit b2ab0ed

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

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,6 +1082,8 @@
10821082
fsl,num-tx-queues = <3>;
10831083
fsl,num-rx-queues = <3>;
10841084
fsl,stop-mode = <&wakeupmix_gpr 0x0c 1>;
1085+
nvmem-cells = <&eth_mac1>;
1086+
nvmem-cell-names = "mac-address";
10851087
status = "disabled";
10861088
};
10871089

@@ -1191,6 +1193,11 @@
11911193
reg = <0x47510000 0x10000>;
11921194
#address-cells = <1>;
11931195
#size-cells = <1>;
1196+
1197+
eth_mac1: mac-address@4ec {
1198+
reg = <0x4ec 0x6>;
1199+
};
1200+
11941201
};
11951202

11961203
s4muap: mailbox@47520000 {

0 commit comments

Comments
 (0)