at91sam9263.dtsi 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  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 = <2>;
  45. compatible = "atmel,at91rm9200-aic";
  46. interrupt-controller;
  47. reg = <0xfffff000 0x200>;
  48. };
  49. pmc: pmc@fffffc00 {
  50. compatible = "atmel,at91rm9200-pmc";
  51. reg = <0xfffffc00 0x100>;
  52. };
  53. ramc: ramc@ffffe200 {
  54. compatible = "atmel,at91sam9260-sdramc";
  55. reg = <0xffffe200 0x200
  56. 0xffffe800 0x200>;
  57. };
  58. pit: timer@fffffd30 {
  59. compatible = "atmel,at91sam9260-pit";
  60. reg = <0xfffffd30 0xf>;
  61. interrupts = <1 4>;
  62. };
  63. tcb0: timer@fff7c000 {
  64. compatible = "atmel,at91rm9200-tcb";
  65. reg = <0xfff7c000 0x100>;
  66. interrupts = <19 4>;
  67. };
  68. rstc@fffffd00 {
  69. compatible = "atmel,at91sam9260-rstc";
  70. reg = <0xfffffd00 0x10>;
  71. };
  72. shdwc@fffffd10 {
  73. compatible = "atmel,at91sam9260-shdwc";
  74. reg = <0xfffffd10 0x10>;
  75. };
  76. pioA: gpio@fffff200 {
  77. compatible = "atmel,at91rm9200-gpio";
  78. reg = <0xfffff200 0x100>;
  79. interrupts = <2 4>;
  80. #gpio-cells = <2>;
  81. gpio-controller;
  82. interrupt-controller;
  83. };
  84. pioB: gpio@fffff400 {
  85. compatible = "atmel,at91rm9200-gpio";
  86. reg = <0xfffff400 0x100>;
  87. interrupts = <3 4>;
  88. #gpio-cells = <2>;
  89. gpio-controller;
  90. interrupt-controller;
  91. };
  92. pioC: gpio@fffff600 {
  93. compatible = "atmel,at91rm9200-gpio";
  94. reg = <0xfffff600 0x100>;
  95. interrupts = <4 4>;
  96. #gpio-cells = <2>;
  97. gpio-controller;
  98. interrupt-controller;
  99. };
  100. pioD: gpio@fffff800 {
  101. compatible = "atmel,at91rm9200-gpio";
  102. reg = <0xfffff800 0x100>;
  103. interrupts = <4 4>;
  104. #gpio-cells = <2>;
  105. gpio-controller;
  106. interrupt-controller;
  107. };
  108. pioE: gpio@fffffa00 {
  109. compatible = "atmel,at91rm9200-gpio";
  110. reg = <0xfffffa00 0x100>;
  111. interrupts = <4 4>;
  112. #gpio-cells = <2>;
  113. gpio-controller;
  114. interrupt-controller;
  115. };
  116. dbgu: serial@ffffee00 {
  117. compatible = "atmel,at91sam9260-usart";
  118. reg = <0xffffee00 0x200>;
  119. interrupts = <1 4>;
  120. status = "disabled";
  121. };
  122. usart0: serial@fff8c000 {
  123. compatible = "atmel,at91sam9260-usart";
  124. reg = <0xfff8c000 0x200>;
  125. interrupts = <7 4>;
  126. atmel,use-dma-rx;
  127. atmel,use-dma-tx;
  128. status = "disabled";
  129. };
  130. usart1: serial@fff90000 {
  131. compatible = "atmel,at91sam9260-usart";
  132. reg = <0xfff90000 0x200>;
  133. interrupts = <8 4>;
  134. atmel,use-dma-rx;
  135. atmel,use-dma-tx;
  136. status = "disabled";
  137. };
  138. usart2: serial@fff94000 {
  139. compatible = "atmel,at91sam9260-usart";
  140. reg = <0xfff94000 0x200>;
  141. interrupts = <9 4>;
  142. atmel,use-dma-rx;
  143. atmel,use-dma-tx;
  144. status = "disabled";
  145. };
  146. macb0: ethernet@fffbc000 {
  147. compatible = "cdns,at32ap7000-macb", "cdns,macb";
  148. reg = <0xfffbc000 0x100>;
  149. interrupts = <21 4>;
  150. status = "disabled";
  151. };
  152. usb1: gadget@fff78000 {
  153. compatible = "atmel,at91rm9200-udc";
  154. reg = <0xfff78000 0x4000>;
  155. interrupts = <24 4>;
  156. status = "disabled";
  157. };
  158. };
  159. nand0: nand@40000000 {
  160. compatible = "atmel,at91rm9200-nand";
  161. #address-cells = <1>;
  162. #size-cells = <1>;
  163. reg = <0x40000000 0x10000000
  164. 0xffffe000 0x200
  165. >;
  166. atmel,nand-addr-offset = <21>;
  167. atmel,nand-cmd-offset = <22>;
  168. gpios = <&pioA 22 0
  169. &pioD 15 0
  170. 0
  171. >;
  172. status = "disabled";
  173. };
  174. usb0: ohci@00a00000 {
  175. compatible = "atmel,at91rm9200-ohci", "usb-ohci";
  176. reg = <0x00a00000 0x100000>;
  177. interrupts = <29 4>;
  178. status = "disabled";
  179. };
  180. };
  181. i2c@0 {
  182. compatible = "i2c-gpio";
  183. gpios = <&pioB 4 0 /* sda */
  184. &pioB 5 0 /* scl */
  185. >;
  186. i2c-gpio,sda-open-drain;
  187. i2c-gpio,scl-open-drain;
  188. i2c-gpio,delay-us = <2>; /* ~100 kHz */
  189. #address-cells = <1>;
  190. #size-cells = <0>;
  191. status = "disabled";
  192. };
  193. };