Lines Matching +full:interrupts +full:- +full:extended
4 * SPDX-License-Identifier: Apache-2.0
10 #address-cells = <1>;
11 #size-cells = <1>;
14 #address-cells = <1>;
15 #size-cells = <0>;
17 clock-frequency = <0>;
22 hlic: interrupt-controller {
23 compatible = "riscv,cpu-intc";
24 #address-cells = <0>;
25 #interrupt-cells = <1>;
26 interrupt-controller;
32 #address-cells = <1>;
33 #size-cells = <1>;
34 compatible = "renode,virt-soc", "simple-bus";
38 compatible = "soc-nv-flash";
43 compatible = "mmio-sram";
49 interrupts-extended = <&hlic 3>, <&hlic 7>;
53 plic0: interrupt-controller@c000000 {
54 compatible = "sifive,plic-1.0.0";
55 #address-cells = <0>;
56 #interrupt-cells = <2>;
57 interrupt-controller;
58 interrupts-extended = <&hlic 11>;
60 riscv,max-priority = <1>;
64 plic1: interrupt-controller@8000000 {
65 compatible = "sifive,plic-1.0.0";
66 #address-cells = <0>;
67 #interrupt-cells = <2>;
68 interrupt-controller;
69 interrupts-extended = <&hlic 4>;
71 riscv,max-priority = <1>;
76 interrupts = < 0x0a 1 >;
77 interrupt-parent = < &plic0 >;
78 clock-frequency = <150000000>;
79 current-speed = <115200>;
82 reg-shift = < 0 >;
87 interrupts = < 0x0a 1 >;
88 interrupt-parent = < &plic1 >;
89 clock-frequency = <150000000>;
90 current-speed = <115200>;
93 reg-shift = < 0 >;