X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fflash%2Fstellaris.h;h=eaf3d481207ba528b8ee2ab1c24d836344f93d2a;hb=36b4ac90e45dda4df505981bd8d090971e478867;hp=bf07c70e6fe07979b525cc3aa2e81474c01a776e;hpb=fb1a9b2cb2f844a17d26dfeb3d26849364d93e26;p=openocd diff --git a/src/flash/stellaris.h b/src/flash/stellaris.h index bf07c70e..eaf3d481 100644 --- a/src/flash/stellaris.h +++ b/src/flash/stellaris.h @@ -45,8 +45,13 @@ typedef struct stellaris_flash_bank_s /* main clock status */ uint32_t rcc; + uint32_t rcc2; uint8_t mck_valid; + uint8_t xtal_mask; + uint32_t iosc_freq; uint32_t mck_freq; + const char *iosc_desc; + const char *mck_desc; } stellaris_flash_bank_t; /* STELLARIS control registers */ @@ -62,6 +67,7 @@ typedef struct stellaris_flash_bank_s #define RIS 0x050 #define RCC 0x060 #define PLLCFG 0x064 +#define RCC2 0x070 #define FMPRE 0x130 #define FMPPE 0x134