Skip to content

Commit 9260561

Browse files
committed
dts: atmel: Fix node name for device_id
The node name for device_id was device_id@0 it should be device_id@80a00c to reflect the first register region Signed-off-by: Kumar Gala <[email protected]>
1 parent d145263 commit 9260561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/arm/atmel/samd.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
reg = <0x20000000 0x8000>;
2727
};
2828

29-
id: device_id@0 {
29+
id: device_id@80a00c {
3030
compatible = "atmel,sam0-id";
3131
reg = <0x0080A00C 0x4>,
3232
<0x0080A040 0x4>,

0 commit comments

Comments
 (0)