Skip to content

Commit

Permalink
boards: arduino: nano_33_iot: Fix unit and first address mismatch
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
rettichschnidi authored and mmahadevan108 committed Sep 20, 2024
1 parent 63a7d74 commit caec80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/arduino/nano_33_iot/arduino_nano_33_iot.dts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
reg = <0x6a>;
};

atecc608a@15 {
atecc608a@6a {
compatible = "atmel,atecc608";
reg = <0x6a>;
};
Expand Down

0 comments on commit caec80e

Please sign in to comment.