boards: arduino: nano_33_iot: Fix unit and first address mismatch

This fixes the following warning:

> unit address and first address in 'reg' (0x6a) don't match for
> /soc/sercom@42001800/atecc608a@15

Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com>
This commit is contained in:
Reto Schneider 2024-09-13 01:22:15 +02:00 committed by Mahesh Mahadevan
parent 63a7d74120
commit caec80e571
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@
reg = <0x6a>;
};
atecc608a@15 {
atecc608a@6a {
compatible = "atmel,atecc608";
reg = <0x6a>;
};