Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 1 | VIA/Wondermedia VT8500 Interrupt Controller |
2 | ----------------------------------------------------- | ||||
3 | |||||
4 | Required properties: | ||||
5 | - compatible : "via,vt8500-intc" | ||||
6 | - reg : Should contain 1 register ranges(address and length) | ||||
7 | - #interrupt-cells : should be <1> | ||||
8 | |||||
9 | Example: | ||||
10 | |||||
11 | intc: interrupt-controller@d8140000 { | ||||
12 | compatible = "via,vt8500-intc"; | ||||
13 | interrupt-controller; | ||||
14 | reg = <0xd8140000 0x10000>; | ||||
15 | #interrupt-cells = <1>; | ||||
16 | }; |