include: irq-platform: add IRQ_USB_OTG definition
Change-Id: Id2a85c67b2f29bf97d19fdb50e7a59ded47b1606 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
parent
2e7f9d3c94
commit
b073251d9c
|
|
@ -19,6 +19,7 @@
|
|||
#define GPIO_BANK_NUM 4
|
||||
#define GPIO_BANK_PINS 32
|
||||
|
||||
#define IRQ_USB_OTG 42
|
||||
#define IRQ_TIMER1 61
|
||||
#define IRQ_GPIO0 68
|
||||
#define IRQ_GPIO1 69
|
||||
|
|
@ -37,6 +38,7 @@
|
|||
#define GPIO_BANK_NUM 4
|
||||
#define GPIO_BANK_PINS 32
|
||||
|
||||
#define IRQ_USB_OTG 55
|
||||
#define IRQ_TIMER1 76
|
||||
#define IRQ_PWM 82
|
||||
#define IRQ_GPIO0 83
|
||||
|
|
@ -61,6 +63,7 @@
|
|||
#define GPIO_BANK_NUM 9
|
||||
#define GPIO_BANK_PINS 32
|
||||
|
||||
#define IRQ_USB_OTG 55
|
||||
#define IRQ_TIMER1 99
|
||||
#define IRQ_PWM 110
|
||||
#define IRQ_GPIO0 113
|
||||
|
|
|
|||
Loading…
Reference in New Issue