arm64: dts: imx93: add nvmem property for eqos

[ Upstream commit 0d4fbaffbd ]

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>
Stable-dep-of: 109f256285 ("arm64: dts: imx93: update default value for snps,clk-csr")
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
Peng Fan 2024-04-19 11:37:01 +08:00 committed by Greg Kroah-Hartman
parent 1e59301fcc
commit d0c54c2949

View File

@ -810,6 +810,8 @@
assigned-clock-rates = <100000000>, <250000000>; assigned-clock-rates = <100000000>, <250000000>;
intf_mode = <&wakeupmix_gpr 0x28>; intf_mode = <&wakeupmix_gpr 0x28>;
snps,clk-csr = <0>; snps,clk-csr = <0>;
nvmem-cells = <&eth_mac2>;
nvmem-cell-names = "mac-address";
status = "disabled"; status = "disabled";
}; };
@ -895,6 +897,10 @@
reg = <0x4ec 0x6>; reg = <0x4ec 0x6>;
}; };
eth_mac2: mac-address@4f2 {
reg = <0x4f2 0x6>;
};
}; };
s4muap: mailbox@47520000 { s4muap: mailbox@47520000 {