Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: hwinfo: Add support for generating device id from device addr
In some ICs (including nRF54H20) the DEVICEID register is not part of FICR, and thus it is not accessible to applications. Use instead the device address, along with a couple of bytes from ER and IR, to generated a unique device id. At the same time update the pointer to the hal_nordic repo to pull in zephyrproject-rtos/hal_nordic#196. (cherry picked from commit ebd31d3) Original-Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no> GitOrigin-RevId: ebd31d3 Cr-Build-Id: 8740696253239544497 Cr-Build-Url: https://cr-buildbucket.appspot.com/build/8740696253239544497 Change-Id: I017bd5007759b76a970cb9bd3751297321adaabd Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5760303 Reviewed-by: Fabio Baltieri <fabiobaltieri@google.com> Commit-Queue: Fabio Baltieri <fabiobaltieri@google.com> Tested-by: Fabio Baltieri <fabiobaltieri@google.com> Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com>
- Loading branch information