at91sam9263.dtsi 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  1. /*
  2. * at91sam9263.dtsi - Device Tree Include file for AT91SAM9263 family SoC
  3. *
  4. * Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  5. *
  6. * Licensed under GPLv2 only.
  7. */
  8. /include/ "skeleton.dtsi"
  9. / {
  10. model = "Atmel AT91SAM9263 family SoC";
  11. compatible = "atmel,at91sam9263";
  12. interrupt-parent = <&aic>;
  13. aliases {
  14. serial0 = &dbgu;
  15. serial1 = &usart0;
  16. serial2 = &usart1;
  17. serial3 = &usart2;
  18. gpio0 = &pioA;
  19. gpio1 = &pioB;
  20. gpio2 = &pioC;
  21. gpio3 = &pioD;
  22. gpio4 = &pioE;
  23. tcb0 = &tcb0;
  24. };
  25. cpus {
  26. cpu@0 {
  27. compatible = "arm,arm926ejs";
  28. };
  29. };
  30. memory {
  31. reg = <0x20000000 0x08000000>;
  32. };
  33. ahb {
  34. compatible = "simple-bus";
  35. #address-cells = <1>;
  36. #size-cells = <1>;
  37. ranges;
  38. apb {
  39. compatible = "simple-bus";
  40. #address-cells = <1>;
  41. #size-cells = <1>;
  42. ranges;
  43. aic: interrupt-controller@fffff000 {
  44. #interrupt-cells = <3>;
  45. compatible = "atmel,at91rm9200-aic";
  46. interrupt-controller;
  47. reg = <0xfffff000 0x200>;
  48. atmel,external-irqs = <30 31>;
  49. };
  50. pmc: pmc@fffffc00 {
  51. compatible = "atmel,at91rm9200-pmc";
  52. reg = <0xfffffc00 0x100>;
  53. };
  54. ramc: ramc@ffffe200 {
  55. compatible = "atmel,at91sam9260-sdramc";
  56. reg = <0xffffe200 0x200
  57. 0xffffe800 0x200>;
  58. };
  59. pit: timer@fffffd30 {
  60. compatible = "atmel,at91sam9260-pit";
  61. reg = <0xfffffd30 0xf>;
  62. interrupts = <1 4 7>;
  63. };
  64. tcb0: timer@fff7c000 {
  65. compatible = "atmel,at91rm9200-tcb";
  66. reg = <0xfff7c000 0x100>;
  67. interrupts = <19 4 0>;
  68. };
  69. rstc@fffffd00 {
  70. compatible = "atmel,at91sam9260-rstc";
  71. reg = <0xfffffd00 0x10>;
  72. };
  73. shdwc@fffffd10 {
  74. compatible = "atmel,at91sam9260-shdwc";
  75. reg = <0xfffffd10 0x10>;
  76. };
  77. pioA: gpio@fffff200 {
  78. compatible = "atmel,at91rm9200-gpio";
  79. reg = <0xfffff200 0x100>;
  80. interrupts = <2 4 1>;
  81. #gpio-cells = <2>;
  82. gpio-controller;
  83. interrupt-controller;
  84. };
  85. pioB: gpio@fffff400 {
  86. compatible = "atmel,at91rm9200-gpio";
  87. reg = <0xfffff400 0x100>;
  88. interrupts = <3 4 1>;
  89. #gpio-cells = <2>;
  90. gpio-controller;
  91. interrupt-controller;
  92. };
  93. pioC: gpio@fffff600 {
  94. compatible = "atmel,at91rm9200-gpio";
  95. reg = <0xfffff600 0x100>;
  96. interrupts = <4 4 1>;
  97. #gpio-cells = <2>;
  98. gpio-controller;
  99. interrupt-controller;
  100. };
  101. pioD: gpio@fffff800 {
  102. compatible = "atmel,at91rm9200-gpio";
  103. reg = <0xfffff800 0x100>;
  104. interrupts = <4 4 1>;
  105. #gpio-cells = <2>;
  106. gpio-controller;
  107. interrupt-controller;
  108. };
  109. pioE: gpio@fffffa00 {
  110. compatible = "atmel,at91rm9200-gpio";
  111. reg = <0xfffffa00 0x100>;
  112. interrupts = <4 4 1>;
  113. #gpio-cells = <2>;
  114. gpio-controller;
  115. interrupt-controller;
  116. };
  117. dbgu: serial@ffffee00 {
  118. compatible = "atmel,at91sam9260-usart";
  119. reg = <0xffffee00 0x200>;
  120. interrupts = <1 4 7>;
  121. status = "disabled";
  122. };
  123. usart0: serial@fff8c000 {
  124. compatible = "atmel,at91sam9260-usart";
  125. reg = <0xfff8c000 0x200>;
  126. interrupts = <7 4 5>;
  127. atmel,use-dma-rx;
  128. atmel,use-dma-tx;
  129. status = "disabled";
  130. };
  131. usart1: serial@fff90000 {
  132. compatible = "atmel,at91sam9260-usart";
  133. reg = <0xfff90000 0x200>;
  134. interrupts = <8 4 5>;
  135. atmel,use-dma-rx;
  136. atmel,use-dma-tx;
  137. status = "disabled";
  138. };
  139. usart2: serial@fff94000 {
  140. compatible = "atmel,at91sam9260-usart";
  141. reg = <0xfff94000 0x200>;
  142. interrupts = <9 4 5>;
  143. atmel,use-dma-rx;
  144. atmel,use-dma-tx;
  145. status = "disabled";
  146. };
  147. macb0: ethernet@fffbc000 {
  148. compatible = "cdns,at32ap7000-macb", "cdns,macb";
  149. reg = <0xfffbc000 0x100>;
  150. interrupts = <21 4 3>;
  151. status = "disabled";
  152. };
  153. usb1: gadget@fff78000 {
  154. compatible = "atmel,at91rm9200-udc";
  155. reg = <0xfff78000 0x4000>;
  156. interrupts = <24 4 2>;
  157. status = "disabled";
  158. };
  159. };
  160. nand0: nand@40000000 {
  161. compatible = "atmel,at91rm9200-nand";
  162. #address-cells = <1>;
  163. #size-cells = <1>;
  164. reg = <0x40000000 0x10000000
  165. 0xffffe000 0x200
  166. >;
  167. atmel,nand-addr-offset = <21>;
  168. atmel,nand-cmd-offset = <22>;
  169. gpios = <&pioA 22 0
  170. &pioD 15 0
  171. 0
  172. >;
  173. status = "disabled";
  174. };
  175. usb0: ohci@00a00000 {
  176. compatible = "atmel,at91rm9200-ohci", "usb-ohci";
  177. reg = <0x00a00000 0x100000>;
  178. interrupts = <29 4 2>;
  179. status = "disabled";
  180. };
  181. };
  182. i2c@0 {
  183. compatible = "i2c-gpio";
  184. gpios = <&pioB 4 0 /* sda */
  185. &pioB 5 0 /* scl */
  186. >;
  187. i2c-gpio,sda-open-drain;
  188. i2c-gpio,scl-open-drain;
  189. i2c-gpio,delay-us = <2>; /* ~100 kHz */
  190. #address-cells = <1>;
  191. #size-cells = <0>;
  192. status = "disabled";
  193. };
  194. };