2 * at91sam9n12.dtsi - Device Tree include file for AT91SAM9N12 SoC
4 * Copyright (C) 2012 Atmel,
5 * 2012 Hong Xu <hong.xu@atmel.com>
7 * Licensed under GPLv2 or later.
10 /include/ "skeleton.dtsi"
13 model = "Atmel AT91SAM9N12 SoC";
14 compatible = "atmel,at91sam9n12";
15 interrupt-parent = <&aic>;
32 compatible = "arm,arm926ejs";
37 reg = <0x20000000 0x10000000>;
41 compatible = "simple-bus";
47 compatible = "simple-bus";
52 aic: interrupt-controller@fffff000 {
53 #interrupt-cells = <3>;
54 compatible = "atmel,at91rm9200-aic";
56 reg = <0xfffff000 0x200>;
59 ramc0: ramc@ffffe800 {
60 compatible = "atmel,at91sam9g45-ddramc";
61 reg = <0xffffe800 0x200>;
65 compatible = "atmel,at91rm9200-pmc";
66 reg = <0xfffffc00 0x100>;
70 compatible = "atmel,at91sam9g45-rstc";
71 reg = <0xfffffe00 0x10>;
75 compatible = "atmel,at91sam9260-pit";
76 reg = <0xfffffe30 0xf>;
81 compatible = "atmel,at91sam9x5-shdwc";
82 reg = <0xfffffe10 0x10>;
85 tcb0: timer@f8008000 {
86 compatible = "atmel,at91sam9x5-tcb";
87 reg = <0xf8008000 0x100>;
88 interrupts = <17 4 0>;
91 tcb1: timer@f800c000 {
92 compatible = "atmel,at91sam9x5-tcb";
93 reg = <0xf800c000 0x100>;
94 interrupts = <17 4 0>;
97 dma: dma-controller@ffffec00 {
98 compatible = "atmel,at91sam9g45-dma";
99 reg = <0xffffec00 0x200>;
100 interrupts = <20 4 0>;
103 pioA: gpio@fffff400 {
104 compatible = "atmel,at91sam9x5-gpio", "atmel,at91rm9200-gpio";
105 reg = <0xfffff400 0x100>;
106 interrupts = <2 4 1>;
109 interrupt-controller;
110 #interrupt-cells = <2>;
113 pioB: gpio@fffff600 {
114 compatible = "atmel,at91sam9x5-gpio", "atmel,at91rm9200-gpio";
115 reg = <0xfffff600 0x100>;
116 interrupts = <2 4 1>;
119 interrupt-controller;
120 #interrupt-cells = <2>;
123 pioC: gpio@fffff800 {
124 compatible = "atmel,at91sam9x5-gpio", "atmel,at91rm9200-gpio";
125 reg = <0xfffff800 0x100>;
126 interrupts = <3 4 1>;
129 interrupt-controller;
130 #interrupt-cells = <2>;
133 pioD: gpio@fffffa00 {
134 compatible = "atmel,at91sam9x5-gpio", "atmel,at91rm9200-gpio";
135 reg = <0xfffffa00 0x100>;
136 interrupts = <3 4 1>;
139 interrupt-controller;
140 #interrupt-cells = <2>;
143 dbgu: serial@fffff200 {
144 compatible = "atmel,at91sam9260-usart";
145 reg = <0xfffff200 0x200>;
146 interrupts = <1 4 7>;
150 usart0: serial@f801c000 {
151 compatible = "atmel,at91sam9260-usart";
152 reg = <0xf801c000 0x4000>;
153 interrupts = <5 4 5>;
159 usart1: serial@f8020000 {
160 compatible = "atmel,at91sam9260-usart";
161 reg = <0xf8020000 0x4000>;
162 interrupts = <6 4 5>;
168 usart2: serial@f8024000 {
169 compatible = "atmel,at91sam9260-usart";
170 reg = <0xf8024000 0x4000>;
171 interrupts = <7 4 5>;
177 usart3: serial@f8028000 {
178 compatible = "atmel,at91sam9260-usart";
179 reg = <0xf8028000 0x4000>;
180 interrupts = <8 4 5>;
187 nand0: nand@40000000 {
188 compatible = "atmel,at91rm9200-nand";
189 #address-cells = <1>;
191 reg = < 0x40000000 0x10000000
192 0xffffe000 0x00000600
193 0xffffe600 0x00000200
194 0x00100000 0x00100000
196 atmel,nand-addr-offset = <21>;
197 atmel,nand-cmd-offset = <22>;
205 usb0: ohci@00500000 {
206 compatible = "atmel,at91rm9200-ohci", "usb-ohci";
207 reg = <0x00500000 0x00100000>;
208 interrupts = <22 4 2>;
214 compatible = "i2c-gpio";
215 gpios = <&pioA 30 0 /* sda */
218 i2c-gpio,sda-open-drain;
219 i2c-gpio,scl-open-drain;
220 i2c-gpio,delay-us = <2>; /* ~100 kHz */
221 #address-cells = <1>;