We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d874ab1 commit 242530aCopy full SHA for 242530a
libcpu/mips/gs232/ls1b.h
@@ -19,6 +19,15 @@
19
#define LS1B_UART1_IRQ 3
20
#define LS1B_UART2_IRQ 4
21
#define LS1B_UART3_IRQ 5
22
+#define LS1B_UART4_IRQ 29
23
+#define LS1B_UART5_IRQ 30
24
+#define LS1B_UART6_IRQ 2 //共享LS1B_UART0_IRQ
25
+#define LS1B_UART7_IRQ 2
26
+#define LS1B_UART8_IRQ 2
27
+#define LS1B_UART9_IRQ 3 //共享LS1B_UART1_IRQ
28
+#define LS1B_UART10_IRQ 3
29
+#define LS1B_UART11_IRQ 3
30
+
31
#define LS1B_CAN0_IRQ 6
32
#define LS1B_CAN1_IRQ 7
33
#define LS1B_SPI0_IRQ 8
@@ -49,7 +58,7 @@
49
58
50
59
#define LS1B_GPIO_IRQ 64
51
60
#define LS1B_GPIO_FIRST_IRQ 64
52
-#define LS1B_GPIO_IRQ_COUNT 96
61
+#define LS1B_GPIO_IRQ_COUNT 64
53
62
#define LS1B_GPIO_LAST_IRQ (LS1B_GPIO_FIRST_IRQ + LS1B_GPIO_IRQ_COUNT-1)
54
63
55
64
#define INT_PCI_INTA (1<<6)
0 commit comments