mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-23 17:17:38 +00:00
committed by
Christian Helmuth
parent
ca108222c6
commit
f653be1ebc
@ -22,6 +22,37 @@ namespace Imx6 {
|
||||
SDHC_IRQ = 54,
|
||||
SDHC_MMIO_BASE = 0x02190000,
|
||||
SDHC_MMIO_SIZE = 0x00004000,
|
||||
|
||||
/* GPIO */
|
||||
GPIO1_MMIO_BASE = 0x0209c000,
|
||||
GPIO1_MMIO_SIZE = 0x4000,
|
||||
GPIO2_MMIO_BASE = 0x020a0000,
|
||||
GPIO2_MMIO_SIZE = 0x4000,
|
||||
GPIO3_MMIO_BASE = 0x020a4000,
|
||||
GPIO3_MMIO_SIZE = 0x4000,
|
||||
GPIO4_MMIO_BASE = 0x020a8000,
|
||||
GPIO4_MMIO_SIZE = 0x4000,
|
||||
GPIO5_MMIO_BASE = 0x020ac000,
|
||||
GPIO5_MMIO_SIZE = 0x4000,
|
||||
GPIO6_MMIO_BASE = 0x020b0000,
|
||||
GPIO6_MMIO_SIZE = 0x4000,
|
||||
GPIO7_MMIO_BASE = 0x020b4000,
|
||||
GPIO7_MMIO_SIZE = 0x4000,
|
||||
GPIO1_IRQL = 98,
|
||||
GPIO1_IRQH = 99,
|
||||
GPIO2_IRQL = 100,
|
||||
GPIO2_IRQH = 101,
|
||||
GPIO3_IRQL = 102,
|
||||
GPIO3_IRQH = 103,
|
||||
GPIO4_IRQL = 104,
|
||||
GPIO4_IRQH = 105,
|
||||
GPIO5_IRQL = 106,
|
||||
GPIO5_IRQH = 107,
|
||||
GPIO6_IRQL = 108,
|
||||
GPIO6_IRQH = 109,
|
||||
GPIO7_IRQL = 110,
|
||||
GPIO7_IRQH = 111,
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user