2 * (C) Copyright 2012,2015 Stephen Warren
4 * SPDX-License-Identifier: GPL-2.0
7 #ifndef _BCM2835_WDOG_H
8 #define _BCM2835_WDOG_H
11 #define BCM2835_WDOG_PHYSADDR 0x3f100000
13 #define BCM2835_WDOG_PHYSADDR 0x20100000
16 struct bcm2835_wdog_regs {
23 #define BCM2835_WDOG_PASSWORD 0x5a000000
25 #define BCM2835_WDOG_RSTC_WRCFG_MASK 0x00000030
26 #define BCM2835_WDOG_RSTC_WRCFG_FULL_RESET 0x00000020
28 #define BCM2835_WDOG_WDOG_TIMEOUT_MASK 0x0000ffff