Commit 0d4fbaff authored by Peng Fan's avatar Peng Fan Committed by Shawn Guo

arm64: dts: imx93: add nvmem property for eqos

Add nvmem properties for eqos to get mac address.
Signed-off-by: default avatarPeng Fan <peng.fan@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent b2ab0eda
......@@ -1106,6 +1106,8 @@ eqos: ethernet@428a0000 {
assigned-clock-rates = <100000000>, <250000000>;
intf_mode = <&wakeupmix_gpr 0x28>;
snps,clk-csr = <0>;
nvmem-cells = <&eth_mac2>;
nvmem-cell-names = "mac-address";
status = "disabled";
};
......@@ -1198,6 +1200,10 @@ eth_mac1: mac-address@4ec {
reg = <0x4ec 0x6>;
};
eth_mac2: mac-address@4f2 {
reg = <0x4f2 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