Commits
Suman Anna committed 9d98b91e429
dt-bindings: irqchip: Add PRUSS interrupt controller bindings The Programmable Real-Time Unit Subsystem (PRUSS) contains an interrupt controller (INTC) that can handle various system input events and post interrupts back to the device-level initiators. The INTC can support upto 64 input events with individual control configuration and hardware prioritization. These events are mapped onto 10 interrupt signals through two levels of many-to-one mapping support. Different interrupt signals are routed to the individual PRU cores or to the host CPU. Add the bindings document for this interrupt controller. The binding currently covers the OMAP architecture SoCs - AM33xx, AM437x and AM57xx; and a Keystone 2 architecture based 66AK2G SoC. The Davinci based OMAPL138 SoCs and K3 architecture based AM65x SoCs will be covered in a subsequent patch. Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Roger Quadros <rogerq@ti.com>