boards: nxp: Change default mac to unique for some

Change the default of the mac address for a few example boards
to use the "unique" option based on the chip unique ID,
instead of random. The RW was chosen because it has HWINFO implemented
currently. RT1050 was chosen as one of the RT boards.

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
Declan Snyder 2025-06-10 12:10:25 -05:00 committed by Anas Nashif
commit 93e9016775
2 changed files with 2 additions and 2 deletions

View file

@ -163,7 +163,7 @@
pinctrl-0 = <&pinmux_enet>;
pinctrl-names = "default";
phy-handle = <&phy>;
zephyr,random-mac-address;
nxp,unique-mac;
phy-connection-type = "rmii";
};

View file

@ -183,7 +183,7 @@ zephyr_lcdif: &lcdif {
pinctrl-0 = <&pinmux_enet>;
pinctrl-names = "default";
phy-handle = <&phy>;
zephyr,random-mac-address;
nxp,unique-mac;
phy-connection-type = "rmii";
};