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:
parent
8248854663
commit
1312dc771c
2 changed files with 10 additions and 0 deletions
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue