mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-08 14:23:19 +00:00
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:
parent
44791c0fe3
commit
5d1ff2dde4
@ -75,6 +75,8 @@ channel@12 {
|
||||
};
|
||||
|
||||
ðernet1 {
|
||||
nvmem-cell-names = "mac-address";
|
||||
nvmem-cells = <ðernet_mac1_address>;
|
||||
phy-handle = <ðphy1>;
|
||||
phy-mode = "rgmii-id";
|
||||
pinctrl-0 = <ð1_rgmii_pins_a>;
|
||||
@ -103,6 +105,8 @@ ethphy1: ethernet-phy@1 {
|
||||
};
|
||||
|
||||
ðernet2 {
|
||||
nvmem-cell-names = "mac-address";
|
||||
nvmem-cells = <ðernet_mac2_address>;
|
||||
phy-handle = <ðphy2>;
|
||||
phy-mode = "rgmii-id";
|
||||
pinctrl-0 = <ð2_rgmii_pins_a>;
|
||||
|
Loading…
Reference in New Issue
Block a user