XenevaOS
Loading...
Searching...
No Matches
imx8mp.h
Go to the documentation of this file.
1
32#ifndef __IMX8MP_H__
33#define __IMX8MP_H__
34
36
37#ifdef __TARGET_BOARD_IMX8MP_VERDIN_DAHLIA__ || (__TARGET_BOARD_IMX8MP_SOC__)
38
39
40/* GIC related informations*/
41#define GIC_DIST 0x38800000ULL
42#define GIC_CPU
43#define GIC_V2M
44#define GIC_HYP
45#define GIC_VCPU
46#define GIC_ITS
47#define GIC_REDIST 0x38880000ULL
48
49#define GPIO
50#define SPI0
51#define UART0 IMX8MP_UART3_BASE_ADDRESS
52#define UART1 IMX8MP_UART1_BASE_ADDRESS
53#define RTC
54#define SMMU
55#define VIRT_MMIO
56#define FW_CFG
57#define PCIE_MMIO
58#define PCIE_PIP
59#define PCIE_ECAM
60#define RTC
61
62/* IRQ Mappings to GIC*/
63#define UART0_IRQ 1
64#define RTC_IRQ 2
65#define PCIE_IRQ 3
66#define GPIO_IRQ 7
67#define UART1_IRQ 8
68#define ACPI_GED 9
69
70#endif
71
72
73#endif