Commit e34ffe32 authored by Baruch Siach's avatar Baruch Siach Committed by Gregory CLEMENT

arm64: dts: marvell: enable AP806 watchdog

This watchdog is ARM SBSA generic watchdog.
Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
Tested-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent c737abc1
......@@ -241,6 +241,12 @@ uart1: serial@512100 {
};
watchdog: watchdog@600000 {
compatible = "arm,sbsa-gwdt";
reg = <0x610000 0x1000>, <0x600000 0x1000>;
interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
};
ap_sdhci0: sdhci@6e0000 {
compatible = "marvell,armada-ap806-sdhci";
reg = <0x6e0000 0x300>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment