File tree Expand file tree Collapse file tree 1 file changed +71
-0
lines changed Expand file tree Collapse file tree 1 file changed +71
-0
lines changed Original file line number Diff line number Diff line change 515
515
status = "disabled";
516
516
};
517
517
};
518
+
519
+ intc: interrupt-controller@41060000 {
520
+ reg = <0x41060000 0x18>;
521
+ #address-cells = <0>;
522
+ interrupt-parent = <&nvic>;
523
+
524
+ nmi: nmi {
525
+ compatible = "renesas,rz-ext-irq";
526
+ interrupt-controller;
527
+ #interrupt-cells = <2>;
528
+ interrupts = <0 1>; //NMI
529
+ status = "disabled";
530
+ };
531
+
532
+ irq0: irq0 {
533
+ compatible = "renesas,rz-ext-irq";
534
+ interrupt-controller;
535
+ #interrupt-cells = <2>;
536
+ interrupts = <1 1>;
537
+ status = "disabled";
538
+ };
539
+ irq1: irq1 {
540
+ compatible = "renesas,rz-ext-irq";
541
+ interrupt-controller;
542
+ #interrupt-cells = <2>;
543
+ interrupts = <2 1>;
544
+ status = "disabled";
545
+ };
546
+ irq2: irq2 {
547
+ compatible = "renesas,rz-ext-irq";
548
+ interrupt-controller;
549
+ #interrupt-cells = <2>;
550
+ interrupts = <3 1>;
551
+ status = "disabled";
552
+ };
553
+ irq3: irq3 {
554
+ compatible = "renesas,rz-ext-irq";
555
+ interrupt-controller;
556
+ #interrupt-cells = <2>;
557
+ interrupts = <4 1>;
558
+ status = "disabled";
559
+ };
560
+ irq4: irq4 {
561
+ compatible = "renesas,rz-ext-irq";
562
+ interrupt-controller;
563
+ #interrupt-cells = <2>;
564
+ interrupts = <5 1>;
565
+ status = "disabled";
566
+ };
567
+ irq5: irq5 {
568
+ compatible = "renesas,rz-ext-irq";
569
+ interrupt-controller;
570
+ #interrupt-cells = <2>;
571
+ interrupts = <6 1>;
572
+ status = "disabled";
573
+ };
574
+ irq6: irq6 {
575
+ compatible = "renesas,rz-ext-irq";
576
+ interrupt-controller;
577
+ #interrupt-cells = <2>;
578
+ interrupts = <7 1>;
579
+ status = "disabled";
580
+ };
581
+ irq7: irq7 {
582
+ compatible = "renesas,rz-ext-irq";
583
+ interrupt-controller;
584
+ #interrupt-cells = <2>;
585
+ interrupts = <8 1>;
586
+ status = "disabled";
587
+ };
588
+ };
518
589
};
519
590
};
520
591
You can’t perform that action at this time.
0 commit comments