ARM: dts: stm32: Add ethernet MAC nvmem cells to DH STM32MP13xx DHCOR DHSBC board

Describe ethernet MAC address nvmem cells in DH STM32MP13xx DHCOR DHSBC
board DT. The MAC address can be fused in BSEC OTP fuses and used to set
up MAC address for both ethernet MACs on this board.

Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
This commit is contained in:
Marek Vasut 2024-06-29 19:10:30 +02:00 committed by Alexandre Torgue
parent 44791c0fe3
commit 5d1ff2dde4

View File

@ -75,6 +75,8 @@ channel@12 {
};
&ethernet1 {
nvmem-cell-names = "mac-address";
nvmem-cells = <&ethernet_mac1_address>;
phy-handle = <&ethphy1>;
phy-mode = "rgmii-id";
pinctrl-0 = <&eth1_rgmii_pins_a>;
@ -103,6 +105,8 @@ ethphy1: ethernet-phy@1 {
};
&ethernet2 {
nvmem-cell-names = "mac-address";
nvmem-cells = <&ethernet_mac2_address>;
phy-handle = <&ethphy2>;
phy-mode = "rgmii-id";
pinctrl-0 = <&eth2_rgmii_pins_a>;