Mike Frysinger | 66c4cf4 | 2008-02-04 19:26:55 -0500 | [diff] [blame] | 1 | #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 Frysinger | e562dcc | 2009-02-07 05:25:35 -0500 | [diff] [blame] | 11 | |
Mike Frysinger | 83ebf37 | 2010-06-02 04:17:26 -0400 | [diff] [blame] | 12 | #include "gpio.h" |
| 13 | #include "portmux.h" |
Mike Frysinger | e562dcc | 2009-02-07 05:25:35 -0500 | [diff] [blame] | 14 | #include "ports.h" |
Mike Frysinger | 83ebf37 | 2010-06-02 04:17:26 -0400 | [diff] [blame] | 15 | |
| 16 | #define BF561_FAMILY 1 /* Linux glue */ |