at91sam9g20.dtsi 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. /*
  2. * at91sam9g20.dtsi - Device Tree Include file for AT91SAM9G20 family SoC
  3. *
  4. * Copyright (C) 2011 Atmel,
  5. * 2011 Nicolas Ferre <nicolas.ferre@atmel.com>,
  6. * 2011 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  7. *
  8. * Licensed under GPLv2 or later.
  9. */
  10. /include/ "skeleton.dtsi"
  11. / {
  12. model = "Atmel AT91SAM9G20 family SoC";
  13. compatible = "atmel,at91sam9g20";
  14. interrupt-parent = <&aic>;
  15. aliases {
  16. serial0 = &dbgu;
  17. serial1 = &usart0;
  18. serial2 = &usart1;
  19. serial3 = &usart2;
  20. serial4 = &usart3;
  21. serial5 = &usart4;
  22. serial6 = &usart5;
  23. gpio0 = &pioA;
  24. gpio1 = &pioB;
  25. gpio2 = &pioC;
  26. };
  27. cpus {
  28. cpu@0 {
  29. compatible = "arm,arm926ejs";
  30. };
  31. };
  32. memory@20000000 {
  33. reg = <0x20000000 0x08000000>;
  34. };
  35. ahb {
  36. compatible = "simple-bus";
  37. #address-cells = <1>;
  38. #size-cells = <1>;
  39. ranges;
  40. apb {
  41. compatible = "simple-bus";
  42. #address-cells = <1>;
  43. #size-cells = <1>;
  44. ranges;
  45. aic: interrupt-controller@fffff000 {
  46. #interrupt-cells = <2>;
  47. compatible = "atmel,at91rm9200-aic";
  48. interrupt-controller;
  49. interrupt-parent;
  50. reg = <0xfffff000 0x200>;
  51. };
  52. pit: timer@fffffd30 {
  53. compatible = "atmel,at91sam9260-pit";
  54. reg = <0xfffffd30 0xf>;
  55. interrupts = <1 4>;
  56. };
  57. pioA: gpio@fffff400 {
  58. compatible = "atmel,at91rm9200-gpio";
  59. reg = <0xfffff400 0x100>;
  60. interrupts = <2 4>;
  61. #gpio-cells = <2>;
  62. gpio-controller;
  63. interrupt-controller;
  64. };
  65. pioB: gpio@fffff600 {
  66. compatible = "atmel,at91rm9200-gpio";
  67. reg = <0xfffff600 0x100>;
  68. interrupts = <3 4>;
  69. #gpio-cells = <2>;
  70. gpio-controller;
  71. interrupt-controller;
  72. };
  73. pioC: gpio@fffff800 {
  74. compatible = "atmel,at91rm9200-gpio";
  75. reg = <0xfffff800 0x100>;
  76. interrupts = <4 4>;
  77. #gpio-cells = <2>;
  78. gpio-controller;
  79. interrupt-controller;
  80. };
  81. dbgu: serial@fffff200 {
  82. compatible = "atmel,at91sam9260-usart";
  83. reg = <0xfffff200 0x200>;
  84. interrupts = <1 4>;
  85. status = "disabled";
  86. };
  87. usart0: serial@fffb0000 {
  88. compatible = "atmel,at91sam9260-usart";
  89. reg = <0xfffb0000 0x200>;
  90. interrupts = <6 4>;
  91. atmel,use-dma-rx;
  92. atmel,use-dma-tx;
  93. status = "disabled";
  94. };
  95. usart1: serial@fffb4000 {
  96. compatible = "atmel,at91sam9260-usart";
  97. reg = <0xfffb4000 0x200>;
  98. interrupts = <7 4>;
  99. atmel,use-dma-rx;
  100. atmel,use-dma-tx;
  101. status = "disabled";
  102. };
  103. usart2: serial@fffb8000 {
  104. compatible = "atmel,at91sam9260-usart";
  105. reg = <0xfffb8000 0x200>;
  106. interrupts = <8 4>;
  107. atmel,use-dma-rx;
  108. atmel,use-dma-tx;
  109. status = "disabled";
  110. };
  111. usart3: serial@fffd0000 {
  112. compatible = "atmel,at91sam9260-usart";
  113. reg = <0xfffd0000 0x200>;
  114. interrupts = <23 4>;
  115. atmel,use-dma-rx;
  116. atmel,use-dma-tx;
  117. status = "disabled";
  118. };
  119. usart4: serial@fffd4000 {
  120. compatible = "atmel,at91sam9260-usart";
  121. reg = <0xfffd4000 0x200>;
  122. interrupts = <24 4>;
  123. atmel,use-dma-rx;
  124. atmel,use-dma-tx;
  125. status = "disabled";
  126. };
  127. usart5: serial@fffd8000 {
  128. compatible = "atmel,at91sam9260-usart";
  129. reg = <0xfffd8000 0x200>;
  130. interrupts = <25 4>;
  131. atmel,use-dma-rx;
  132. atmel,use-dma-tx;
  133. status = "disabled";
  134. };
  135. macb0: ethernet@fffc4000 {
  136. compatible = "cdns,at32ap7000-macb", "cdns,macb";
  137. reg = <0xfffc4000 0x100>;
  138. interrupts = <21 4>;
  139. status = "disabled";
  140. };
  141. };
  142. };
  143. };