ARM: dts: at91: sama7g5: add reset-controller node
Add reset controller node. Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> Link: https://lore.kernel.org/r/20220610092414.1816571-10-claudiu.beznea@microchip.com
This commit is contained in:
parent
979813d2ab
commit
d657ab8447
1 changed files with 7 additions and 0 deletions
|
@ -198,6 +198,13 @@
|
|||
clock-names = "td_slck", "md_slck", "main_xtal";
|
||||
};
|
||||
|
||||
reset_controller: reset-controller@e001d000 {
|
||||
compatible = "microchip,sama7g5-rstc";
|
||||
reg = <0xe001d000 0xc>, <0xe001d0e4 0x4>;
|
||||
#reset-cells = <1>;
|
||||
clocks = <&clk32k 0>;
|
||||
};
|
||||
|
||||
shdwc: shdwc@e001d010 {
|
||||
compatible = "microchip,sama7g5-shdwc", "syscon";
|
||||
reg = <0xe001d010 0x10>;
|
||||
|
|
Loading…
Add table
Reference in a new issue