ARM: dts: meraki-mr26: set mac address for gmac0

Currently this needs to be done in userspace.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://lore.kernel.org/r/20241021015147.172700-1-rosenp@gmail.com
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
pull/1134/head
Rosen Penev 2024-10-20 18:51:47 -07:00 committed by Florian Fainelli
parent 618775c900
commit f167292c8d
1 changed files with 20 additions and 0 deletions

View File

@ -59,6 +59,9 @@
&gmac0 {
status = "okay";
nvmem-cells = <&macaddr_board_config_66>;
nvmem-cell-names = "mac-address";
};
&gmac1 {
@ -102,8 +105,25 @@
};
partition@800000 {
compatible = "linux,ubi";
label = "ubi";
reg = <0x800000 0x7780000>;
volumes {
ubi-volume-board-config {
volname = "board-config";
nvmem-layout {
compatible = "fixed-layout";
#address-cells = <1>;
#size-cells = <1>;
macaddr_board_config_66: macaddr@66 {
reg = <0x66 0x6>;
};
};
};
};
};
};
};