1sram: Memory.MappedMemory @ sysbus 0x20000000
2    size: 0x10000000
3
4flash: Memory.MappedMemory @ sysbus 0x0
5    size: 0x10000000
6
7usart0: UART.SAM_USART @ sysbus 0x40024000
8    IRQ -> nvic@13
9
10usart1: UART.SAM_USART @ sysbus 0x40028000
11    IRQ -> nvic@14
12
13usart2: UART.SAM_USART @ sysbus 0x4002c000
14    IRQ -> nvic@15
15
16nvic: IRQControllers.NVIC @ sysbus 0xE000E000
17    priorityMask: 0xE0
18    systickFrequency: 450000000
19    IRQ -> cpu@0
20
21cpu: CPU.CortexM @ sysbus
22    cpuType: "cortex-m7"
23    nvic: nvic
24
25rom: Memory.MappedMemory @ sysbus 0x1FFF0000
26    size: 0x10000
27
28gem: Network.CadenceGEM @ sysbus 0x40050000
29    IRQ -> nvic@39
30
31phy: Network.EthernetPhysicalLayer @ gem 0
32    Id1: 0x0007
33    Id2: 0xC0F1
34    AutoNegotiationAdvertisement: 0x00A1
35    AutoNegotiationLinkPartnerBasePageAbility: 0x0001
36
37trng: Miscellaneous.SAM_TRNG @ sysbus 0x40070000
38    // our model does not support interrupts yet, but if it did:
39    // -> nvic@57
40
41PMC_SR: Python.PythonPeripheral @ sysbus 0x400E0668
42    size: 0x4
43    initable: true
44    filename: "scripts/pydev/flipflop.py"
45
46sysbus:
47    init:
48        Tag <0x400E0940 0x4> "CIDR" 0xa1020e00
49        ApplySVD @https://dl.antmicro.com/projects/renode/svd/ATSAME70Q21.svd
50