|
@@ -322,5 +322,43 @@
|
|
|
reg-io-width = <4>;
|
|
|
status = "disabled";
|
|
|
};
|
|
|
+
|
|
|
+ peri_gpio0: gpio@802e0000 {
|
|
|
+ #address-cells = <1>;
|
|
|
+ #size-cells = <0>;
|
|
|
+ compatible = "snps,dw-apb-gpio";
|
|
|
+ reg = <0x0 0x802e0000 0x0 0x10000>;
|
|
|
+ status = "disabled";
|
|
|
+
|
|
|
+ porta: gpio-controller@0 {
|
|
|
+ compatible = "snps,dw-apb-gpio-port";
|
|
|
+ gpio-controller;
|
|
|
+ #gpio-cells = <2>;
|
|
|
+ snps,nr-gpios = <32>;
|
|
|
+ reg = <0>;
|
|
|
+ interrupt-controller;
|
|
|
+ #interrupt-cells = <2>;
|
|
|
+ interrupts = <GIC_SPI 312 IRQ_TYPE_LEVEL_HIGH>;
|
|
|
+ };
|
|
|
+ };
|
|
|
+
|
|
|
+ peri_gpio1: gpio@802f0000 {
|
|
|
+ #address-cells = <1>;
|
|
|
+ #size-cells = <0>;
|
|
|
+ compatible = "snps,dw-apb-gpio";
|
|
|
+ reg = <0x0 0x802f0000 0x0 0x10000>;
|
|
|
+ status = "disabled";
|
|
|
+
|
|
|
+ portb: gpio-controller@0 {
|
|
|
+ compatible = "snps,dw-apb-gpio-port";
|
|
|
+ gpio-controller;
|
|
|
+ #gpio-cells = <2>;
|
|
|
+ snps,nr-gpios = <32>;
|
|
|
+ reg = <0>;
|
|
|
+ interrupt-controller;
|
|
|
+ #interrupt-cells = <2>;
|
|
|
+ interrupts = <GIC_SPI 313 IRQ_TYPE_LEVEL_HIGH>;
|
|
|
+ };
|
|
|
+ };
|
|
|
};
|
|
|
};
|