|
@@ -17,6 +17,18 @@
|
|
compatible = "mti,cpu-interrupt-controller";
|
|
compatible = "mti,cpu-interrupt-controller";
|
|
};
|
|
};
|
|
|
|
|
|
|
|
+ axi_intc: interrupt-controller@10200000 {
|
|
|
|
+ #interrupt-cells = <1>;
|
|
|
|
+ compatible = "xlnx,xps-intc-1.00.a";
|
|
|
|
+ interrupt-controller;
|
|
|
|
+ reg = <0x10200000 0x10000>;
|
|
|
|
+ xlnx,kind-of-intr = <0x0>;
|
|
|
|
+ xlnx,num-intr-inputs = <0x6>;
|
|
|
|
+
|
|
|
|
+ interrupt-parent = <&cpuintc>;
|
|
|
|
+ interrupts = <6>;
|
|
|
|
+ };
|
|
|
|
+
|
|
axi_gpio: gpio@10600000 {
|
|
axi_gpio: gpio@10600000 {
|
|
#gpio-cells = <1>;
|
|
#gpio-cells = <1>;
|
|
compatible = "xlnx,xps-gpio-1.00.a";
|
|
compatible = "xlnx,xps-gpio-1.00.a";
|