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 <chaoyi.wang@nxp.com>
This commit is contained in:
Peter Wang 2025-05-14 14:06:19 +08:00 committed by Benjamin Cabé
commit 1312dc771c
2 changed files with 10 additions and 0 deletions

View file

@ -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 {

View file

@ -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 {