Skip to content

Commit be2bd81

Browse files
pdgendtcarlescufi
authored andcommitted
dts: arm: atmel: Enable user-nrst by default
The datasheet for both sam4s/same70 specifies that the NRST pin is an input after reset, used as a user reset. Add the user-nrst property to match the default. Fixes #43306 Signed-off-by: Pieter De Gendt <[email protected]>
1 parent 7c7da5d commit be2bd81

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dts/arm/atmel/sam4s.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@
216216
reg = <0x400e1400 0x10>;
217217
peripheral-id = <1>;
218218
label = "RSTC";
219+
user-nrst;
219220
};
220221
};
221222
};

dts/arm/atmel/same70.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,7 @@
498498
reg = <0x400e1800 0x10>;
499499
peripheral-id = <1>;
500500
label = "RSTC";
501+
user-nrst;
501502
};
502503
};
503504
};

0 commit comments

Comments
 (0)