Commit b2ab0eda authored by Peng Fan's avatar Peng Fan Committed by Shawn Guo

arm64: dts: imx93: add nvmem property for fec1

Add nvmem property for fec1 to get mac address.
Signed-off-by: default avatarPeng Fan <peng.fan@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 45bf3c0e
......@@ -1082,6 +1082,8 @@ fec: ethernet@42890000 {
fsl,num-tx-queues = <3>;
fsl,num-rx-queues = <3>;
fsl,stop-mode = <&wakeupmix_gpr 0x0c 1>;
nvmem-cells = <&eth_mac1>;
nvmem-cell-names = "mac-address";
status = "disabled";
};
......@@ -1191,6 +1193,11 @@ ocotp: efuse@47510000 {
reg = <0x47510000 0x10000>;
#address-cells = <1>;
#size-cells = <1>;
eth_mac1: mac-address@4ec {
reg = <0x4ec 0x6>;
};
};
s4muap: mailbox@47520000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment