bmips: document GPIO external interrupts
BCM63xx SoCs have an external interrupt controller which can be used for specific GPIO keys. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
@@ -35,9 +35,9 @@
|
||||
#define BCM63268_IRQ_ATM_DMA3 29
|
||||
#define BCM63268_IRQ_WAKE_ON_IRQ 30
|
||||
#define BCM63268_IRQ_GPHY 31
|
||||
#define BCM63268_IRQ_DECT0 32
|
||||
#define BCM63268_IRQ_DECT0 32
|
||||
#define BCM63268_IRQ_DECT1 33
|
||||
#define BCM63268_IRQ_UART1 34
|
||||
#define BCM63268_IRQ_UART1 34
|
||||
#define BCM63268_IRQ_WLAN_GPIO 35
|
||||
#define BCM63268_IRQ_USB_CTL_TX_DMA 36
|
||||
#define BCM63268_IRQ_USB_BULK_TX_DMA 37
|
||||
@@ -83,4 +83,9 @@
|
||||
#define BCM63268_IRQ_ATM_DMA19 79
|
||||
#define BCM63268_IRQ_LSSPI 80
|
||||
|
||||
#define BCM63268_EXTIRQ_0 0 /* GPIO 32 */
|
||||
#define BCM63268_EXTIRQ_1 1 /* GPIO 33 */
|
||||
#define BCM63268_EXTIRQ_2 2 /* GPIO 34 */
|
||||
#define BCM63268_EXTIRQ_3 3 /* GPIO 35 */
|
||||
|
||||
#endif /* __DT_BINDINGS_INTERRUPT_CONTROLLER_BCM63268_H */
|
||||
|
||||
Reference in New Issue
Block a user