mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 21:15:53 +02:00
arm64: dts: renesas: r8a779f0: 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/20251006082520.10570-14-wsa+renesas@sang-engineering.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
parent
91c8012077
commit
da07140e04
|
|
@ -315,6 +315,16 @@ rwdt: watchdog@e6020000 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
swdt: watchdog@e6030000 {
|
||||
compatible = "renesas,r8a779f0-wdt", "renesas,rcar-gen4-wdt";
|
||||
reg = <0 0xe6030000 0 0x0c>;
|
||||
interrupts = <GIC_SPI 516 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cpg CPG_CORE R8A779F0_CLK_OSC>;
|
||||
power-domains = <&sysc R8A779F0_PD_ALWAYS_ON>;
|
||||
resets = <&cpg 1128>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
pfc: pinctrl@e6050000 {
|
||||
compatible = "renesas,pfc-r8a779f0";
|
||||
reg = <0 0xe6050000 0 0x16c>, <0 0xe6050800 0 0x16c>,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user