提交 ba7cbe51 编写于 作者: G Greentime Hu

dt-bindings: interrupt-controller: Andestech Internal Vector Interrupt Controller

This patch adds an irqchip driver document for the Andestech Internal Vector
Interrupt Controller.
Signed-off-by: NRick Chen <rick@andestech.com>
Signed-off-by: NGreentime Hu <greentime@andestech.com>
Reviewed-by: NRob Herring <robh@kernel.org>
Acked-by: NArnd Bergmann <arnd@arndb.de>
上级 68d87861
* Andestech Internal Vector Interrupt Controller
The Internal Vector Interrupt Controller (IVIC) is a basic interrupt controller
suitable for a simpler SoC platform not requiring a more sophisticated and
bigger External Vector Interrupt Controller.
Main node required properties:
- compatible : should at least contain "andestech,ativic32".
- interrupt-controller : Identifies the node as an interrupt controller
- #interrupt-cells: 1 cells and refer to interrupt-controller/interrupts
Examples:
intc: interrupt-controller {
compatible = "andestech,ativic32";
#interrupt-cells = <1>;
interrupt-controller;
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册