diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2012-07-05 04:56:09 -0400 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2012-10-12 21:21:43 -0400 |
commit | 5314ec8e52263b56edd6a37d089b3b675d50e3f1 (patch) | |
tree | 96763a71d0c73d0c88076c85e28f680a8775a69a /arch/arm/boot/dts/at91sam9263.dtsi | |
parent | 6732ae5cb47c4f9a72727585956f2a5e069d1637 (diff) |
arm: at91: dt: at91sam9 add pinctrl support
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9263.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9263.dtsi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9263.dtsi b/arch/arm/boot/dts/at91sam9263.dtsi index 5b619c9255bd..c8028fc9ec83 100644 --- a/arch/arm/boot/dts/at91sam9263.dtsi +++ b/arch/arm/boot/dts/at91sam9263.dtsi | |||
@@ -95,6 +95,17 @@ | |||
95 | compatible = "atmel,at91rm9200-pinctrl", "simple-bus"; | 95 | compatible = "atmel,at91rm9200-pinctrl", "simple-bus"; |
96 | ranges = <0xfffff200 0xfffff200 0xa00>; | 96 | ranges = <0xfffff200 0xfffff200 0xa00>; |
97 | 97 | ||
98 | atmel,mux-mask = < | ||
99 | /* A B */ | ||
100 | 0xfffffffb 0xffffe07f /* pioA */ | ||
101 | 0x0007ffff 0x39072fff /* pioB */ | ||
102 | 0xffffffff 0x3ffffff8 /* pioC */ | ||
103 | 0xfffffbff 0xffffffff /* pioD */ | ||
104 | 0xffe00fff 0xfbfcff00 /* pioE */ | ||
105 | >; | ||
106 | |||
107 | /* shared pinctrl settings */ | ||
108 | |||
98 | pioA: gpio@fffff200 { | 109 | pioA: gpio@fffff200 { |
99 | compatible = "atmel,at91rm9200-gpio"; | 110 | compatible = "atmel,at91rm9200-gpio"; |
100 | reg = <0xfffff200 0x200>; | 111 | reg = <0xfffff200 0x200>; |
@@ -143,6 +154,7 @@ | |||
143 | gpio-controller; | 154 | gpio-controller; |
144 | interrupt-controller; | 155 | interrupt-controller; |
145 | #interrupt-cells = <2>; | 156 | #interrupt-cells = <2>; |
157 | }; | ||
146 | }; | 158 | }; |
147 | 159 | ||
148 | dbgu: serial@ffffee00 { | 160 | dbgu: serial@ffffee00 { |