Skip to content

Commit e52c724

Browse files
committed
boards: stm32: stm32n6570_dk: Comment out nvmem properties in DTS file
Commented out the nvmem properties in the DTS file to avoid confusion for n6 boards that do not have the OTP MAC address programmed. Signed-off-by: Julien Racki <julien.racki-ext@st.com>
1 parent 0214260 commit e52c724

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

boards/st/stm32n6570_dk/stm32n6570_dk_common.dtsi

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,8 +489,9 @@ zephyr_udc0: &usbotg_hs1 {
489489
pinctrl-names = "default";
490490
phy-connection-type = "rgmii";
491491
phy-handle = <&eth_phy>;
492-
nvmem-cells = <&mac_address0>;
493-
nvmem-cell-names = "mac-address";
492+
/* These properties can be enabled, but OTP MAC may be unprogrammed. */
493+
/* nvmem-cells = <&mac_address0>; */
494+
/* nvmem-cell-names = "mac-address"; */
494495
};
495496

496497
&mdio {

0 commit comments

Comments
 (0)