Difference between revisions of "Unit VersatilePB"
From Ultibo.org
Line 198: | Line 198: | ||
|- | |- | ||
|colspan="2"|IRQ lines of VersatilePB peripherals (See: \hw\arm\versatilepb.c and http://infocenter.arm.com/help/topic/com.arm.doc.dui0224i/Bbajihec.html) | |colspan="2"|IRQ lines of VersatilePB peripherals (See: \hw\arm\versatilepb.c and http://infocenter.arm.com/help/topic/com.arm.doc.dui0224i/Bbajihec.html) | ||
− | Interrupt Assignments (Primary)(See: \arch\arm\mach-versatile\include\mach\platform.h) | + | Interrupt Assignments (Primary) (See: \arch\arm\mach-versatile\include\mach\platform.h) |
|- | |- | ||
|colspan="2"| | |colspan="2"| |
Revision as of 03:53, 26 April 2017
Return to Unit Reference
Contents
[hide]Description
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
To be documented
Public variables
To be documented
Function declarations
To be documented
Return to Unit Reference