|
@@ -921,6 +921,20 @@
|
|
|
clocks = <&twi1_clk>;
|
|
|
status = "disabled";
|
|
|
};
|
|
|
+
|
|
|
+ pioA: pinctrl@fc038000 {
|
|
|
+ compatible = "atmel,sama5d2-pinctrl";
|
|
|
+ reg = <0xfc038000 0x600>;
|
|
|
+ interrupts = <18 IRQ_TYPE_LEVEL_HIGH 7>,
|
|
|
+ <68 IRQ_TYPE_LEVEL_HIGH 7>,
|
|
|
+ <69 IRQ_TYPE_LEVEL_HIGH 7>,
|
|
|
+ <70 IRQ_TYPE_LEVEL_HIGH 7>;
|
|
|
+ interrupt-controller;
|
|
|
+ #interrupt-cells = <2>;
|
|
|
+ gpio-controller;
|
|
|
+ #gpio-cells = <2>;
|
|
|
+ clocks = <&pioA_clk>;
|
|
|
+ };
|
|
|
};
|
|
|
};
|
|
|
};
|