diff options
author | Baruch Siach <baruch@tkos.co.il> | 2017-09-11 18:14:54 +0300 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-09-19 17:26:23 +0300 |
commit | e34ffe32f6e7ae9191d14226ff9d8c0c47400a71 (patch) | |
tree | 065a52113bdc36569baf356f3ba448ad243cdb4b /arch/arm64/boot/dts/marvell/armada-ap806.dtsi | |
parent | c737abc193d16e62e23e2fb585b8b7398ab380d8 (diff) | |
download | linux-e34ffe32f6e7ae9191d14226ff9d8c0c47400a71.tar.xz |
arm64: dts: marvell: enable AP806 watchdog
This watchdog is ARM SBSA generic watchdog.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Tested-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm64/boot/dts/marvell/armada-ap806.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/marvell/armada-ap806.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-ap806.dtsi b/arch/arm64/boot/dts/marvell/armada-ap806.dtsi index 1eb51e015002..2446417a042d 100644 --- a/arch/arm64/boot/dts/marvell/armada-ap806.dtsi +++ b/arch/arm64/boot/dts/marvell/armada-ap806.dtsi @@ -241,6 +241,12 @@ }; + 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>; |