2
0

stm32f405_soc.c 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  1. /*
  2. * STM32F405 SoC
  3. *
  4. * Copyright (c) 2014 Alistair Francis <alistair@alistair23.me>
  5. *
  6. * Permission is hereby granted, free of charge, to any person obtaining a copy
  7. * of this software and associated documentation files (the "Software"), to deal
  8. * in the Software without restriction, including without limitation the rights
  9. * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  10. * copies of the Software, and to permit persons to whom the Software is
  11. * furnished to do so, subject to the following conditions:
  12. *
  13. * The above copyright notice and this permission notice shall be included in
  14. * all copies or substantial portions of the Software.
  15. *
  16. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  17. * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  18. * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
  19. * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  20. * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  21. * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  22. * THE SOFTWARE.
  23. */
  24. #include "qemu/osdep.h"
  25. #include "qapi/error.h"
  26. #include "exec/address-spaces.h"
  27. #include "system/system.h"
  28. #include "hw/arm/stm32f405_soc.h"
  29. #include "hw/qdev-clock.h"
  30. #include "hw/misc/unimp.h"
  31. #define RCC_ADDR 0x40023800
  32. #define SYSCFG_ADD 0x40013800
  33. static const uint32_t usart_addr[] = { 0x40011000, 0x40004400, 0x40004800,
  34. 0x40004C00, 0x40005000, 0x40011400,
  35. 0x40007800, 0x40007C00 };
  36. /* At the moment only Timer 2 to 5 are modelled */
  37. static const uint32_t timer_addr[] = { 0x40000000, 0x40000400,
  38. 0x40000800, 0x40000C00 };
  39. static const uint32_t adc_addr[] = { 0x40012000, 0x40012100, 0x40012200,
  40. 0x40012300, 0x40012400, 0x40012500 };
  41. static const uint32_t spi_addr[] = { 0x40013000, 0x40003800, 0x40003C00,
  42. 0x40013400, 0x40015000, 0x40015400 };
  43. #define EXTI_ADDR 0x40013C00
  44. #define SYSCFG_IRQ 71
  45. static const int usart_irq[] = { 37, 38, 39, 52, 53, 71, 82, 83 };
  46. static const int timer_irq[] = { 28, 29, 30, 50 };
  47. #define ADC_IRQ 18
  48. static const int spi_irq[] = { 35, 36, 51, 0, 0, 0 };
  49. static const int exti_irq[] = { 6, 7, 8, 9, 10, 23, 23, 23, 23, 23, 40,
  50. 40, 40, 40, 40, 40} ;
  51. static void stm32f405_soc_initfn(Object *obj)
  52. {
  53. STM32F405State *s = STM32F405_SOC(obj);
  54. int i;
  55. object_initialize_child(obj, "armv7m", &s->armv7m, TYPE_ARMV7M);
  56. object_initialize_child(obj, "rcc", &s->rcc, TYPE_STM32_RCC);
  57. object_initialize_child(obj, "syscfg", &s->syscfg, TYPE_STM32F4XX_SYSCFG);
  58. for (i = 0; i < STM_NUM_USARTS; i++) {
  59. object_initialize_child(obj, "usart[*]", &s->usart[i],
  60. TYPE_STM32F2XX_USART);
  61. }
  62. for (i = 0; i < STM_NUM_TIMERS; i++) {
  63. object_initialize_child(obj, "timer[*]", &s->timer[i],
  64. TYPE_STM32F2XX_TIMER);
  65. }
  66. for (i = 0; i < STM_NUM_ADCS; i++) {
  67. object_initialize_child(obj, "adc[*]", &s->adc[i], TYPE_STM32F2XX_ADC);
  68. }
  69. for (i = 0; i < STM_NUM_SPIS; i++) {
  70. object_initialize_child(obj, "spi[*]", &s->spi[i], TYPE_STM32F2XX_SPI);
  71. }
  72. object_initialize_child(obj, "exti", &s->exti, TYPE_STM32F4XX_EXTI);
  73. s->sysclk = qdev_init_clock_in(DEVICE(s), "sysclk", NULL, NULL, 0);
  74. s->refclk = qdev_init_clock_in(DEVICE(s), "refclk", NULL, NULL, 0);
  75. }
  76. static void stm32f405_soc_realize(DeviceState *dev_soc, Error **errp)
  77. {
  78. STM32F405State *s = STM32F405_SOC(dev_soc);
  79. MemoryRegion *system_memory = get_system_memory();
  80. DeviceState *dev, *armv7m;
  81. SysBusDevice *busdev;
  82. Error *err = NULL;
  83. int i;
  84. /*
  85. * We use s->refclk internally and only define it with qdev_init_clock_in()
  86. * so it is correctly parented and not leaked on an init/deinit; it is not
  87. * intended as an externally exposed clock.
  88. */
  89. if (clock_has_source(s->refclk)) {
  90. error_setg(errp, "refclk clock must not be wired up by the board code");
  91. return;
  92. }
  93. if (!clock_has_source(s->sysclk)) {
  94. error_setg(errp, "sysclk clock must be wired up by the board code");
  95. return;
  96. }
  97. /*
  98. * TODO: ideally we should model the SoC RCC and its ability to
  99. * change the sysclk frequency and define different sysclk sources.
  100. */
  101. /* The refclk always runs at frequency HCLK / 8 */
  102. clock_set_mul_div(s->refclk, 8, 1);
  103. clock_set_source(s->refclk, s->sysclk);
  104. memory_region_init_rom(&s->flash, OBJECT(dev_soc), "STM32F405.flash",
  105. FLASH_SIZE, &err);
  106. if (err != NULL) {
  107. error_propagate(errp, err);
  108. return;
  109. }
  110. memory_region_init_alias(&s->flash_alias, OBJECT(dev_soc),
  111. "STM32F405.flash.alias", &s->flash, 0,
  112. FLASH_SIZE);
  113. memory_region_add_subregion(system_memory, FLASH_BASE_ADDRESS, &s->flash);
  114. memory_region_add_subregion(system_memory, 0, &s->flash_alias);
  115. memory_region_init_ram(&s->sram, NULL, "STM32F405.sram", SRAM_SIZE,
  116. &err);
  117. if (err != NULL) {
  118. error_propagate(errp, err);
  119. return;
  120. }
  121. memory_region_add_subregion(system_memory, SRAM_BASE_ADDRESS, &s->sram);
  122. memory_region_init_ram(&s->ccm, NULL, "STM32F405.ccm", CCM_SIZE,
  123. &err);
  124. if (err != NULL) {
  125. error_propagate(errp, err);
  126. return;
  127. }
  128. memory_region_add_subregion(system_memory, CCM_BASE_ADDRESS, &s->ccm);
  129. armv7m = DEVICE(&s->armv7m);
  130. qdev_prop_set_uint32(armv7m, "num-irq", 96);
  131. qdev_prop_set_uint8(armv7m, "num-prio-bits", 4);
  132. qdev_prop_set_string(armv7m, "cpu-type", ARM_CPU_TYPE_NAME("cortex-m4"));
  133. qdev_prop_set_bit(armv7m, "enable-bitband", true);
  134. qdev_connect_clock_in(armv7m, "cpuclk", s->sysclk);
  135. qdev_connect_clock_in(armv7m, "refclk", s->refclk);
  136. object_property_set_link(OBJECT(&s->armv7m), "memory",
  137. OBJECT(system_memory), &error_abort);
  138. if (!sysbus_realize(SYS_BUS_DEVICE(&s->armv7m), errp)) {
  139. return;
  140. }
  141. /* Reset and clock controller */
  142. dev = DEVICE(&s->rcc);
  143. if (!sysbus_realize(SYS_BUS_DEVICE(&s->rcc), errp)) {
  144. return;
  145. }
  146. busdev = SYS_BUS_DEVICE(dev);
  147. sysbus_mmio_map(busdev, 0, RCC_ADDR);
  148. /* System configuration controller */
  149. dev = DEVICE(&s->syscfg);
  150. if (!sysbus_realize(SYS_BUS_DEVICE(&s->syscfg), errp)) {
  151. return;
  152. }
  153. busdev = SYS_BUS_DEVICE(dev);
  154. sysbus_mmio_map(busdev, 0, SYSCFG_ADD);
  155. sysbus_connect_irq(busdev, 0, qdev_get_gpio_in(armv7m, SYSCFG_IRQ));
  156. /* Attach UART (uses USART registers) and USART controllers */
  157. for (i = 0; i < STM_NUM_USARTS; i++) {
  158. dev = DEVICE(&(s->usart[i]));
  159. qdev_prop_set_chr(dev, "chardev", serial_hd(i));
  160. if (!sysbus_realize(SYS_BUS_DEVICE(&s->usart[i]), errp)) {
  161. return;
  162. }
  163. busdev = SYS_BUS_DEVICE(dev);
  164. sysbus_mmio_map(busdev, 0, usart_addr[i]);
  165. sysbus_connect_irq(busdev, 0, qdev_get_gpio_in(armv7m, usart_irq[i]));
  166. }
  167. /* Timer 2 to 5 */
  168. for (i = 0; i < STM_NUM_TIMERS; i++) {
  169. dev = DEVICE(&(s->timer[i]));
  170. qdev_prop_set_uint64(dev, "clock-frequency", 1000000000);
  171. if (!sysbus_realize(SYS_BUS_DEVICE(&s->timer[i]), errp)) {
  172. return;
  173. }
  174. busdev = SYS_BUS_DEVICE(dev);
  175. sysbus_mmio_map(busdev, 0, timer_addr[i]);
  176. sysbus_connect_irq(busdev, 0, qdev_get_gpio_in(armv7m, timer_irq[i]));
  177. }
  178. /* ADC device, the IRQs are ORed together */
  179. if (!object_initialize_child_with_props(OBJECT(s), "adc-orirq",
  180. &s->adc_irqs, sizeof(s->adc_irqs),
  181. TYPE_OR_IRQ, errp, NULL)) {
  182. return;
  183. }
  184. object_property_set_int(OBJECT(&s->adc_irqs), "num-lines", STM_NUM_ADCS,
  185. &error_abort);
  186. if (!qdev_realize(DEVICE(&s->adc_irqs), NULL, errp)) {
  187. return;
  188. }
  189. qdev_connect_gpio_out(DEVICE(&s->adc_irqs), 0,
  190. qdev_get_gpio_in(armv7m, ADC_IRQ));
  191. for (i = 0; i < STM_NUM_ADCS; i++) {
  192. dev = DEVICE(&(s->adc[i]));
  193. if (!sysbus_realize(SYS_BUS_DEVICE(&s->adc[i]), errp)) {
  194. return;
  195. }
  196. busdev = SYS_BUS_DEVICE(dev);
  197. sysbus_mmio_map(busdev, 0, adc_addr[i]);
  198. sysbus_connect_irq(busdev, 0,
  199. qdev_get_gpio_in(DEVICE(&s->adc_irqs), i));
  200. }
  201. /* SPI devices */
  202. for (i = 0; i < STM_NUM_SPIS; i++) {
  203. dev = DEVICE(&(s->spi[i]));
  204. if (!sysbus_realize(SYS_BUS_DEVICE(&s->spi[i]), errp)) {
  205. return;
  206. }
  207. busdev = SYS_BUS_DEVICE(dev);
  208. sysbus_mmio_map(busdev, 0, spi_addr[i]);
  209. sysbus_connect_irq(busdev, 0, qdev_get_gpio_in(armv7m, spi_irq[i]));
  210. }
  211. /* EXTI device */
  212. dev = DEVICE(&s->exti);
  213. if (!sysbus_realize(SYS_BUS_DEVICE(&s->exti), errp)) {
  214. return;
  215. }
  216. busdev = SYS_BUS_DEVICE(dev);
  217. sysbus_mmio_map(busdev, 0, EXTI_ADDR);
  218. for (i = 0; i < 16; i++) {
  219. sysbus_connect_irq(busdev, i, qdev_get_gpio_in(armv7m, exti_irq[i]));
  220. }
  221. for (i = 0; i < 16; i++) {
  222. qdev_connect_gpio_out(DEVICE(&s->syscfg), i, qdev_get_gpio_in(dev, i));
  223. }
  224. create_unimplemented_device("timer[7]", 0x40001400, 0x400);
  225. create_unimplemented_device("timer[12]", 0x40001800, 0x400);
  226. create_unimplemented_device("timer[6]", 0x40001000, 0x400);
  227. create_unimplemented_device("timer[13]", 0x40001C00, 0x400);
  228. create_unimplemented_device("timer[14]", 0x40002000, 0x400);
  229. create_unimplemented_device("RTC and BKP", 0x40002800, 0x400);
  230. create_unimplemented_device("WWDG", 0x40002C00, 0x400);
  231. create_unimplemented_device("IWDG", 0x40003000, 0x400);
  232. create_unimplemented_device("I2S2ext", 0x40003000, 0x400);
  233. create_unimplemented_device("I2S3ext", 0x40004000, 0x400);
  234. create_unimplemented_device("I2C1", 0x40005400, 0x400);
  235. create_unimplemented_device("I2C2", 0x40005800, 0x400);
  236. create_unimplemented_device("I2C3", 0x40005C00, 0x400);
  237. create_unimplemented_device("CAN1", 0x40006400, 0x400);
  238. create_unimplemented_device("CAN2", 0x40006800, 0x400);
  239. create_unimplemented_device("PWR", 0x40007000, 0x400);
  240. create_unimplemented_device("DAC", 0x40007400, 0x400);
  241. create_unimplemented_device("timer[1]", 0x40010000, 0x400);
  242. create_unimplemented_device("timer[8]", 0x40010400, 0x400);
  243. create_unimplemented_device("SDIO", 0x40012C00, 0x400);
  244. create_unimplemented_device("timer[9]", 0x40014000, 0x400);
  245. create_unimplemented_device("timer[10]", 0x40014400, 0x400);
  246. create_unimplemented_device("timer[11]", 0x40014800, 0x400);
  247. create_unimplemented_device("GPIOA", 0x40020000, 0x400);
  248. create_unimplemented_device("GPIOB", 0x40020400, 0x400);
  249. create_unimplemented_device("GPIOC", 0x40020800, 0x400);
  250. create_unimplemented_device("GPIOD", 0x40020C00, 0x400);
  251. create_unimplemented_device("GPIOE", 0x40021000, 0x400);
  252. create_unimplemented_device("GPIOF", 0x40021400, 0x400);
  253. create_unimplemented_device("GPIOG", 0x40021800, 0x400);
  254. create_unimplemented_device("GPIOH", 0x40021C00, 0x400);
  255. create_unimplemented_device("GPIOI", 0x40022000, 0x400);
  256. create_unimplemented_device("CRC", 0x40023000, 0x400);
  257. create_unimplemented_device("Flash Int", 0x40023C00, 0x400);
  258. create_unimplemented_device("BKPSRAM", 0x40024000, 0x400);
  259. create_unimplemented_device("DMA1", 0x40026000, 0x400);
  260. create_unimplemented_device("DMA2", 0x40026400, 0x400);
  261. create_unimplemented_device("Ethernet", 0x40028000, 0x1400);
  262. create_unimplemented_device("USB OTG HS", 0x40040000, 0x30000);
  263. create_unimplemented_device("USB OTG FS", 0x50000000, 0x31000);
  264. create_unimplemented_device("DCMI", 0x50050000, 0x400);
  265. create_unimplemented_device("RNG", 0x50060800, 0x400);
  266. }
  267. static void stm32f405_soc_class_init(ObjectClass *klass, void *data)
  268. {
  269. DeviceClass *dc = DEVICE_CLASS(klass);
  270. dc->realize = stm32f405_soc_realize;
  271. /* No vmstate or reset required: device has no internal state */
  272. }
  273. static const TypeInfo stm32f405_soc_info = {
  274. .name = TYPE_STM32F405_SOC,
  275. .parent = TYPE_SYS_BUS_DEVICE,
  276. .instance_size = sizeof(STM32F405State),
  277. .instance_init = stm32f405_soc_initfn,
  278. .class_init = stm32f405_soc_class_init,
  279. };
  280. static void stm32f405_soc_types(void)
  281. {
  282. type_register_static(&stm32f405_soc_info);
  283. }
  284. type_init(stm32f405_soc_types)