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:
parent
3d8196f41b
commit
93e9016775
2 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue