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:
parent
63a7d74120
commit
caec80e571
|
@ -114,7 +114,7 @@
|
|||
reg = <0x6a>;
|
||||
};
|
||||
|
||||
atecc608a@15 {
|
||||
atecc608a@6a {
|
||||
compatible = "atmel,atecc608";
|
||||
reg = <0x6a>;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue