|
@@ -102,44 +102,51 @@
|
|
|
interrupts = <20 4 0>;
|
|
|
};
|
|
|
|
|
|
- pioA: gpio@fffff400 {
|
|
|
- compatible = "atmel,at91sam9x5-gpio", "atmel,at91rm9200-gpio";
|
|
|
- reg = <0xfffff400 0x100>;
|
|
|
- interrupts = <2 4 1>;
|
|
|
- #gpio-cells = <2>;
|
|
|
- gpio-controller;
|
|
|
- interrupt-controller;
|
|
|
- #interrupt-cells = <2>;
|
|
|
- };
|
|
|
-
|
|
|
- pioB: gpio@fffff600 {
|
|
|
- compatible = "atmel,at91sam9x5-gpio", "atmel,at91rm9200-gpio";
|
|
|
- reg = <0xfffff600 0x100>;
|
|
|
- interrupts = <2 4 1>;
|
|
|
- #gpio-cells = <2>;
|
|
|
- gpio-controller;
|
|
|
- interrupt-controller;
|
|
|
- #interrupt-cells = <2>;
|
|
|
- };
|
|
|
-
|
|
|
- pioC: gpio@fffff800 {
|
|
|
- compatible = "atmel,at91sam9x5-gpio", "atmel,at91rm9200-gpio";
|
|
|
- reg = <0xfffff800 0x100>;
|
|
|
- interrupts = <3 4 1>;
|
|
|
- #gpio-cells = <2>;
|
|
|
- gpio-controller;
|
|
|
- interrupt-controller;
|
|
|
- #interrupt-cells = <2>;
|
|
|
- };
|
|
|
-
|
|
|
- pioD: gpio@fffffa00 {
|
|
|
- compatible = "atmel,at91sam9x5-gpio", "atmel,at91rm9200-gpio";
|
|
|
- reg = <0xfffffa00 0x100>;
|
|
|
- interrupts = <3 4 1>;
|
|
|
- #gpio-cells = <2>;
|
|
|
- gpio-controller;
|
|
|
- interrupt-controller;
|
|
|
- #interrupt-cells = <2>;
|
|
|
+ pinctrl@fffff400 {
|
|
|
+ #address-cells = <1>;
|
|
|
+ #size-cells = <1>;
|
|
|
+ compatible = "atmel,at91rm9200-pinctrl", "simple-bus";
|
|
|
+ ranges = <0xfffff400 0xfffff400 0x800>;
|
|
|
+
|
|
|
+ pioA: gpio@fffff400 {
|
|
|
+ compatible = "atmel,at91sam9x5-gpio", "atmel,at91rm9200-gpio";
|
|
|
+ reg = <0xfffff400 0x200>;
|
|
|
+ interrupts = <2 4 1>;
|
|
|
+ #gpio-cells = <2>;
|
|
|
+ gpio-controller;
|
|
|
+ interrupt-controller;
|
|
|
+ #interrupt-cells = <2>;
|
|
|
+ };
|
|
|
+
|
|
|
+ pioB: gpio@fffff600 {
|
|
|
+ compatible = "atmel,at91sam9x5-gpio", "atmel,at91rm9200-gpio";
|
|
|
+ reg = <0xfffff600 0x200>;
|
|
|
+ interrupts = <2 4 1>;
|
|
|
+ #gpio-cells = <2>;
|
|
|
+ gpio-controller;
|
|
|
+ interrupt-controller;
|
|
|
+ #interrupt-cells = <2>;
|
|
|
+ };
|
|
|
+
|
|
|
+ pioC: gpio@fffff800 {
|
|
|
+ compatible = "atmel,at91sam9x5-gpio", "atmel,at91rm9200-gpio";
|
|
|
+ reg = <0xfffff800 0x200>;
|
|
|
+ interrupts = <3 4 1>;
|
|
|
+ #gpio-cells = <2>;
|
|
|
+ gpio-controller;
|
|
|
+ interrupt-controller;
|
|
|
+ #interrupt-cells = <2>;
|
|
|
+ };
|
|
|
+
|
|
|
+ pioD: gpio@fffffa00 {
|
|
|
+ compatible = "atmel,at91sam9x5-gpio", "atmel,at91rm9200-gpio";
|
|
|
+ reg = <0xfffffa00 0x200>;
|
|
|
+ interrupts = <3 4 1>;
|
|
|
+ #gpio-cells = <2>;
|
|
|
+ gpio-controller;
|
|
|
+ interrupt-controller;
|
|
|
+ #interrupt-cells = <2>;
|
|
|
+ };
|
|
|
};
|
|
|
|
|
|
dbgu: serial@fffff200 {
|