From 93e901677508839c808aa2cc683479ca0c8cfa0d Mon Sep 17 00:00:00 2001 From: Declan Snyder Date: Tue, 10 Jun 2025 12:10:25 -0500 Subject: [PATCH] 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 --- boards/nxp/frdm_rw612/frdm_rw612_common.dtsi | 2 +- boards/nxp/mimxrt1050_evk/mimxrt1050_evk.dtsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/nxp/frdm_rw612/frdm_rw612_common.dtsi b/boards/nxp/frdm_rw612/frdm_rw612_common.dtsi index 31ef74793d3..1973a23299c 100644 --- a/boards/nxp/frdm_rw612/frdm_rw612_common.dtsi +++ b/boards/nxp/frdm_rw612/frdm_rw612_common.dtsi @@ -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"; }; diff --git a/boards/nxp/mimxrt1050_evk/mimxrt1050_evk.dtsi b/boards/nxp/mimxrt1050_evk/mimxrt1050_evk.dtsi index 15731d8bdcd..d9f27f8c29c 100644 --- a/boards/nxp/mimxrt1050_evk/mimxrt1050_evk.dtsi +++ b/boards/nxp/mimxrt1050_evk/mimxrt1050_evk.dtsi @@ -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"; };