Rob Herring | 0a3a9d3 | 2021-10-15 16:35:26 -0500 | [diff] [blame] | 1 | /dts-v1/; |
2 | |||||
3 | / { | ||||
4 | interrupt-parent = <&intc>; | ||||
5 | intc: interrupt-controller { | ||||
6 | #interrupt-cells = <3>; | ||||
7 | interrupt-controller; | ||||
8 | }; | ||||
9 | |||||
10 | node { | ||||
11 | /* Missing #address-cells = <0>; */ | ||||
12 | #interrupt-cells = <1>; | ||||
13 | interrupt-map = <1 &intc 1 2 3>; | ||||
14 | |||||
15 | child { | ||||
16 | interrupts = <1>; | ||||
17 | }; | ||||
18 | }; | ||||
19 | }; |