From 96f2358caadfd55d6fd3b888ef5d21f22fc2439c Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 20 Apr 2024 22:08:08 +0200 Subject: firmware: Add 64 bit MAC to shell prompt This demonstrates that the readout of the 64 bit MAC address from the STM32WL55 microcontroller works and is useful to recognize used devices. --- firmware/boards/nucleo_wl55jc.overlay | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 firmware/boards/nucleo_wl55jc.overlay (limited to 'firmware/boards') diff --git a/firmware/boards/nucleo_wl55jc.overlay b/firmware/boards/nucleo_wl55jc.overlay new file mode 100644 index 0000000..b04f810 --- /dev/null +++ b/firmware/boards/nucleo_wl55jc.overlay @@ -0,0 +1,7 @@ +/ { + soc { + uid64: uid64@1fff7580 { + reg = <0x1fff7580 0x8>; + }; + }; +}; -- cgit v1.2.3-70-g09d2