From 1312dc771c1dd90d95bad619a8e8e86fc61b6235 Mon Sep 17 00:00:00 2001 From: Peter Wang Date: Wed, 14 May 2025 14:06:19 +0800 Subject: [PATCH] boards: frdm_mcxa166, frdm_mcxa276: add hwinfo device_id_get support 1. enable hwinfo support: device_id_get 2. verified tests/drivers/hwinfo Signed-off-by: Peter Wang --- dts/arm/nxp/nxp_mcxa166.dtsi | 5 +++++ dts/arm/nxp/nxp_mcxa276.dtsi | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/dts/arm/nxp/nxp_mcxa166.dtsi b/dts/arm/nxp/nxp_mcxa166.dtsi index d25079f041c..eb775c7ef2d 100644 --- a/dts/arm/nxp/nxp_mcxa166.dtsi +++ b/dts/arm/nxp/nxp_mcxa166.dtsi @@ -271,6 +271,11 @@ erase-block-size = <8192>; write-block-size = <128>; }; + + uuid: uuid@1100800 { + compatible = "nxp,lpc-uid"; + reg = <0x1100800 0x10>; + }; }; edma0: dma-controller@40080000 { diff --git a/dts/arm/nxp/nxp_mcxa276.dtsi b/dts/arm/nxp/nxp_mcxa276.dtsi index d25079f041c..eb775c7ef2d 100644 --- a/dts/arm/nxp/nxp_mcxa276.dtsi +++ b/dts/arm/nxp/nxp_mcxa276.dtsi @@ -271,6 +271,11 @@ erase-block-size = <8192>; write-block-size = <128>; }; + + uuid: uuid@1100800 { + compatible = "nxp,lpc-uid"; + reg = <0x1100800 0x10>; + }; }; edma0: dma-controller@40080000 {