xref: /openbmc/u-boot/board/micronas/vct/vctv/reg_wdt.h (revision e8f80a5a)
1*83d290c5STom Rini /* SPDX-License-Identifier: GPL-2.0+ */
22a61eff6SStefan Roese /*
32a61eff6SStefan Roese  * (C) Copyright 2008 Stefan Roese <sr@denx.de>, DENX Software Engineering
42a61eff6SStefan Roese  */
52a61eff6SStefan Roese 
62a61eff6SStefan Roese #define WDT_BASE		0x00040000
72a61eff6SStefan Roese #define WDT_CR_OFFS		0x00000000
82a61eff6SStefan Roese #define WDT_CR(base)		((base) + WDT_CR_OFFS)
92a61eff6SStefan Roese #define WDT_TORR_OFFS		0x00000004
102a61eff6SStefan Roese #define WDT_TORR(base)		((base) + WDT_TORR_OFFS)
11