Skip to content

Commit 09c309f

Browse files
mmahadevan108kartben
authored andcommitted
soc: mcxn94x: Add HWINFO support
Add HWINFO support by reading the UUID from Flash Bank0_IFR1. Signed-off-by: Mahesh Mahadevan <[email protected]>
1 parent 15edce2 commit 09c309f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

boards/nxp/frdm_mcxn947/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ The FRDM-MCXN947 board configuration supports the following hardware features:
8585
+-----------+------------+-------------------------------------+
8686
| ADC | on-chip | adc |
8787
+-----------+------------+-------------------------------------+
88+
| HWINFO | on-chip | Unique device serial number |
89+
+-----------+------------+-------------------------------------+
8890
| USBHS | on-chip | USB device |
8991
+-----------+------------+-------------------------------------+
9092
| LPCMP | on-chip | sensor(comparator) |

dts/arm/nxp/nxp_mcxn94x_common.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,11 @@
582582
/* MCXN94x ROM Flash API supports writing of 128B pages. */
583583
write-block-size = <128>;
584584
};
585+
586+
uuid: uuid@1100000 {
587+
compatible = "nxp,lpc-uid";
588+
reg = <0x1100000 0x10>;
589+
};
585590
};
586591

587592
os_timer: timers@49000 {

0 commit comments

Comments
 (0)