mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-11 17:10:13 +00:00
arm64: dts: renesas: r8a77990: 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-20-wsa+renesas@sang-engineering.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
parent
5fb22fc1d0
commit
8d3348b115
@ -171,6 +171,16 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
swdt: watchdog@e6030000 {
|
||||
compatible = "renesas,r8a77990-wdt", "renesas,rcar-gen3-wdt";
|
||||
reg = <0 0xe6030000 0 0x0c>;
|
||||
interrupts = <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cpg CPG_CORE R8A77990_CLK_OSC>;
|
||||
power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
|
||||
resets = <&cpg 401>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
gpio0: gpio@e6050000 {
|
||||
compatible = "renesas,gpio-r8a77990",
|
||||
"renesas,rcar-gen3-gpio";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user