Skip to content

Commit caec80e

Browse files
rettichschnidimmahadevan108
authored andcommitted
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 <[email protected]>
1 parent 63a7d74 commit caec80e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/arduino/nano_33_iot/arduino_nano_33_iot.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
reg = <0x6a>;
115115
};
116116

117-
atecc608a@15 {
117+
atecc608a@6a {
118118
compatible = "atmel,atecc608";
119119
reg = <0x6a>;
120120
};

0 commit comments

Comments
 (0)