X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=qemu%2Froms%2Fu-boot%2Fboard%2Fmicronas%2Fvct%2Fvctv%2Freg_dcgu.h;fp=qemu%2Froms%2Fu-boot%2Fboard%2Fmicronas%2Fvct%2Fvctv%2Freg_dcgu.h;h=c4c7e8b96dd4c38f3cc2168b74761170bad2c270;hb=e44e3482bdb4d0ebde2d8b41830ac2cdb07948fb;hp=0000000000000000000000000000000000000000;hpb=9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00;p=kvmfornfv.git diff --git a/qemu/roms/u-boot/board/micronas/vct/vctv/reg_dcgu.h b/qemu/roms/u-boot/board/micronas/vct/vctv/reg_dcgu.h new file mode 100644 index 000000000..c4c7e8b96 --- /dev/null +++ b/qemu/roms/u-boot/board/micronas/vct/vctv/reg_dcgu.h @@ -0,0 +1,12 @@ +/* + * (C) Copyright 2008 Stefan Roese , DENX Software Engineering + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#define DCGU_BASE 0x0004c000 +#define DCGU_EN_WDT_RESET_OFFS 0x000000FC +#define DCGU_EN_WDT_RESET(base) ((base) + DCGU_EN_WDT_RESET_OFFS) + +/* The magic value to write in order to activate the WDT */ +#define DCGU_MAGIC_WDT 0x1909