arm64: dts: allwinner: h6: add r_watchog node
Allwinner H6 has a r_watchdog similar to A64. Declare it in the device-tree. Signed-off-by: Clément Péron <peron.clem@gmail.com> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
This commit is contained in:
committed by
Maxime Ripard
parent
b6cebb1c2d
commit
ae3ceed0a3
@@ -631,6 +631,13 @@
|
||||
#reset-cells = <1>;
|
||||
};
|
||||
|
||||
r_watchdog: watchdog@7020400 {
|
||||
compatible = "allwinner,sun50i-h6-wdt",
|
||||
"allwinner,sun6i-a31-wdt";
|
||||
reg = <0x07020400 0x20>;
|
||||
interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
|
||||
};
|
||||
|
||||
r_intc: interrupt-controller@7021000 {
|
||||
compatible = "allwinner,sun50i-h6-r-intc",
|
||||
"allwinner,sun6i-a31-r-intc";
|
||||
|
||||
Reference in New Issue
Block a user