Read NRF_FICR->DEVICEADDR[] in Zephyr

I'm working on a data logging application with multiple NRF52840 devices all recording data. I am looking for a way to be able to add a device specific identifier to each logged file. I found this devzone post that references a 48bit device address:

https://devzone.nordicsemi.com/f/nordic-q-a/2112/how-to-get-6-byte-mac-address-at-nrf51822#6677

Is there a line of code in zephyr I could use to get this device address?

Thank you for your help!

Related