Difference between revisions of "Unit VersatilePB"
From Ultibo.org
Line 414: | Line 414: | ||
|- | |- | ||
| <code>VERSATILEPB_VIC_IRQ_COUNT = 32;</code> | | <code>VERSATILEPB_VIC_IRQ_COUNT = 32;</code> | ||
− | | | + | | style="width: 50%;"| |
|- | |- | ||
|colspan="2"| | |colspan="2"| |
Revision as of 05:43, 28 May 2017
Return to Unit Reference
Contents
[hide]Description
Ultibo Definitions specific to the ARM Versatile Platform Baseboard unit
From the QEMU source the memory map of the VersatilePB is shown as this:
Memory map for Versatile/PB:
- 0x10000000 System registers
- 0x10001000 PCI controller config registers
- 0x10002000 Serial bus interface
- 0x10003000 Secondary interrupt controller
- 0x10004000 AACI (audio)
- 0x10005000 MMCI0
- 0x10006000 KMI0 (keyboard)
- 0x10007000 KMI1 (mouse)
- 0x10008000 Character LCD Interface
- 0x10009000 UART3
- 0x1000a000 Smart card 1
- 0x1000b000 MMCI1
- 0x10010000 Ethernet
- 0x10020000 USB
- 0x10100000 SSMC
- 0x10110000 MPMC
- 0x10120000 CLCD Controller
- 0x10130000 DMA Controller
- 0x10140000 Vectored interrupt controller
- 0x101d0000 AHB Monitor Interface
- 0x101e0000 System Controller
- 0x101e1000 Watchdog Interface
- 0x101e2000 Timer 0/1
- 0x101e3000 Timer 2/3
- 0x101e4000 GPIO port 0
- 0x101e5000 GPIO port 1
- 0x101e6000 GPIO port 2
- 0x101e7000 GPIO port 3
- 0x101e8000 RTC
- 0x101f0000 Smart card 0
- 0x101f1000 UART0
- 0x101f2000 UART1
- 0x101f3000 UART2
- 0x101f4000 SSPI
- 0x34000000 NOR Flash
Constants
[Expand]
VersatilePB specific constants
VERSATILEPB_*
[Expand]
VersatilePB IRQ
VERSATILEPB_IRQ_*
[Expand]
VersatilePB IRQ count
VERSATILEPB_*_IRQ_COUNT*
[Expand]
VersatilePB FIQ count
VERSATILEPB_FIQ_COUNT*
[Expand]
VersatilePB timer frequency
VERSATILEPB_TIMER_FREQUENCY*
[Expand]
VersatilePB system register
VERSATILEPB_SYS_*
[Expand]
VersatilePB system control
VERSATILEPB_SYSCTRL_*
[Expand]
SP804 timer
SP804_TIMER_*
[Expand]
SP804 timer control
SP804_TIMER_CONTROL_*
[Expand]
PL190 vectored interrupt controller offsets
PL190_VIC_*
[Expand]
PL190 vectored interrupt controller register
PL190_VIC_VECTCNTL_*
[Expand]
VersatilePB secondary interrupt controller
VERSATILEPB_SIC_*
Type definitions
SP804 timer registers
PL190 interrupt controller
PL190 vector address
[Expand]
PPL190VectorAddressRegisters = ^TPL190VectorAddressRegisters;
TPL190VectorAddressRegisters = record
PL190 vector control
[Expand]
PPL190VectorControlRegisters = ^TPL190VectorControlRegisters;
TPL190VectorControlRegisters = record
VersatilePB secondary interrupt controller
[Expand]
PVersatilePBInterruptRegisters = ^TVersatilePBInterruptRegisters;
TVersatilePBInterruptRegisters = record
Public variables
None defined
Function declarations
None defined
Return to Unit Reference