blob: 08e37e5e16dede5bb67fb7530768dc761da632d5 [file] [log] [blame]
Mike Frysinger66c4cf42008-02-04 19:26:55 -05001#define SWRST SICA_SWRST
2#define SYSCR SICA_SYSCR
3#define bfin_write_SWRST(val) bfin_write_SICA_SWRST(val)
4#define bfin_write_SYSCR(val) bfin_write_SICA_SYSCR(val)
5
6#define WDOG_CNT WDOGA_CNT
7#define WDOG_CTL WDOGA_CTL
8#define bfin_write_WDOG_CNT(val) bfin_write_WDOGA_CNT(val)
9#define bfin_write_WDOG_CTL(val) bfin_write_WDOGA_CTL(val)
10#define bfin_write_WDOG_STAT(val) bfin_write_WDOGA_STAT(val)
Mike Frysingere562dcc2009-02-07 05:25:35 -050011
Mike Frysinger83ebf372010-06-02 04:17:26 -040012#include "gpio.h"
13#include "portmux.h"
Mike Frysingere562dcc2009-02-07 05:25:35 -050014#include "ports.h"
Mike Frysinger83ebf372010-06-02 04:17:26 -040015
16#define BF561_FAMILY 1 /* Linux glue */