mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
arm64: dts: renesas: r8a77961: Add SWDT node
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://patch.msgid.link/20250925093941.8800-17-wsa+renesas@sang-engineering.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
committed by
Geert Uytterhoeven
parent
eb254eb1f4
commit
adab61b448
@@ -330,6 +330,16 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
swdt: watchdog@e6030000 {
|
||||
compatible = "renesas,r8a77961-wdt", "renesas,rcar-gen3-wdt";
|
||||
reg = <0 0xe6030000 0 0x0c>;
|
||||
interrupts = <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cpg CPG_CORE R8A77961_CLK_OSC>;
|
||||
power-domains = <&sysc R8A77961_PD_ALWAYS_ON>;
|
||||
resets = <&cpg 401>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
gpio0: gpio@e6050000 {
|
||||
compatible = "renesas,gpio-r8a77961",
|
||||
"renesas,rcar-gen3-gpio";
|
||||
|
||||
Reference in New Issue
Block a user