mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 02:18:38 +08:00
60ae1681a2
arch/arm/include/imx6/irq.h looks to originally be for i.MX6 Quad and includes multiple (re)definitions of IRQ names, some of which are different or don't exist on i.MX6 SoloLite/Solo/Dual/DualLite. Update irq.h to specify/reserve IRQ names/numbers as defined by the IM6SDLRM, IMX6DLRM, and IMX6DQRM reference manuals. Signed-off-by Peter Barada <peter.barada@gmail.com>