2 * at91sam9263.dtsi - Device Tree Include file for AT91SAM9263 family SoC
4 * Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6 * Licensed under GPLv2 only.
9 /include/ "skeleton.dtsi"
12 model = "Atmel AT91SAM9263 family SoC";
13 compatible = "atmel,at91sam9263";
14 interrupt-parent = <&aic>;
30 compatible = "arm,arm926ejs";
35 reg = <0x20000000 0x08000000>;
39 compatible = "simple-bus";
45 compatible = "simple-bus";
50 aic: interrupt-controller@fffff000 {
51 #interrupt-cells = <3>;
52 compatible = "atmel,at91rm9200-aic";
54 reg = <0xfffff000 0x200>;
55 atmel,external-irqs = <30 31>;
59 compatible = "atmel,at91rm9200-pmc";
60 reg = <0xfffffc00 0x100>;
64 compatible = "atmel,at91sam9260-sdramc";
65 reg = <0xffffe200 0x200
70 compatible = "atmel,at91sam9260-pit";
71 reg = <0xfffffd30 0xf>;
75 tcb0: timer@fff7c000 {
76 compatible = "atmel,at91rm9200-tcb";
77 reg = <0xfff7c000 0x100>;
78 interrupts = <19 4 0>;
82 compatible = "atmel,at91sam9260-rstc";
83 reg = <0xfffffd00 0x10>;
87 compatible = "atmel,at91sam9260-shdwc";
88 reg = <0xfffffd10 0x10>;
92 compatible = "atmel,at91rm9200-gpio";
93 reg = <0xfffff200 0x100>;
98 #interrupt-cells = <2>;
101 pioB: gpio@fffff400 {
102 compatible = "atmel,at91rm9200-gpio";
103 reg = <0xfffff400 0x100>;
104 interrupts = <3 4 1>;
107 interrupt-controller;
108 #interrupt-cells = <2>;
111 pioC: gpio@fffff600 {
112 compatible = "atmel,at91rm9200-gpio";
113 reg = <0xfffff600 0x100>;
114 interrupts = <4 4 1>;
117 interrupt-controller;
118 #interrupt-cells = <2>;
121 pioD: gpio@fffff800 {
122 compatible = "atmel,at91rm9200-gpio";
123 reg = <0xfffff800 0x100>;
124 interrupts = <4 4 1>;
127 interrupt-controller;
128 #interrupt-cells = <2>;
131 pioE: gpio@fffffa00 {
132 compatible = "atmel,at91rm9200-gpio";
133 reg = <0xfffffa00 0x100>;
134 interrupts = <4 4 1>;
137 interrupt-controller;
138 #interrupt-cells = <2>;
141 dbgu: serial@ffffee00 {
142 compatible = "atmel,at91sam9260-usart";
143 reg = <0xffffee00 0x200>;
144 interrupts = <1 4 7>;
148 usart0: serial@fff8c000 {
149 compatible = "atmel,at91sam9260-usart";
150 reg = <0xfff8c000 0x200>;
151 interrupts = <7 4 5>;
157 usart1: serial@fff90000 {
158 compatible = "atmel,at91sam9260-usart";
159 reg = <0xfff90000 0x200>;
160 interrupts = <8 4 5>;
166 usart2: serial@fff94000 {
167 compatible = "atmel,at91sam9260-usart";
168 reg = <0xfff94000 0x200>;
169 interrupts = <9 4 5>;
175 macb0: ethernet@fffbc000 {
176 compatible = "cdns,at32ap7000-macb", "cdns,macb";
177 reg = <0xfffbc000 0x100>;
178 interrupts = <21 4 3>;
182 usb1: gadget@fff78000 {
183 compatible = "atmel,at91rm9200-udc";
184 reg = <0xfff78000 0x4000>;
185 interrupts = <24 4 2>;
190 nand0: nand@40000000 {
191 compatible = "atmel,at91rm9200-nand";
192 #address-cells = <1>;
194 reg = <0x40000000 0x10000000
197 atmel,nand-addr-offset = <21>;
198 atmel,nand-cmd-offset = <22>;
206 usb0: ohci@00a00000 {
207 compatible = "atmel,at91rm9200-ohci", "usb-ohci";
208 reg = <0x00a00000 0x100000>;
209 interrupts = <29 4 2>;
215 compatible = "i2c-gpio";
216 gpios = <&pioB 4 0 /* sda */
219 i2c-gpio,sda-open-drain;
220 i2c-gpio,scl-open-drain;
221 i2c-gpio,delay-us = <2>; /* ~100 kHz */
222 #address-cells = <1>;