Skip to content

Commit 1312dc7

Browse files
peterwangszkartben
authored andcommitted
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>
1 parent 8248854 commit 1312dc7

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

dts/arm/nxp/nxp_mcxa166.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,11 @@
271271
erase-block-size = <8192>;
272272
write-block-size = <128>;
273273
};
274+
275+
uuid: uuid@1100800 {
276+
compatible = "nxp,lpc-uid";
277+
reg = <0x1100800 0x10>;
278+
};
274279
};
275280

276281
edma0: dma-controller@40080000 {

dts/arm/nxp/nxp_mcxa276.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,11 @@
271271
erase-block-size = <8192>;
272272
write-block-size = <128>;
273273
};
274+
275+
uuid: uuid@1100800 {
276+
compatible = "nxp,lpc-uid";
277+
reg = <0x1100800 0x10>;
278+
};
274279
};
275280

276281
edma0: dma-controller@40080000 {

0 commit comments

Comments
 (0)