at91sam9g45.dtsi 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. /*
  2. * at91sam9g45.dtsi - Device Tree Include file for AT91SAM9G45 family SoC
  3. * applies to AT91SAM9G45, AT91SAM9M10,
  4. * AT91SAM9G46, AT91SAM9M11 SoC
  5. *
  6. * Copyright (C) 2011 Atmel,
  7. * 2011 Nicolas Ferre <nicolas.ferre@atmel.com>
  8. *
  9. * Licensed under GPLv2 or later.
  10. */
  11. /include/ "skeleton.dtsi"
  12. / {
  13. model = "Atmel AT91SAM9G45 family SoC";
  14. compatible = "atmel,at91sam9g45";
  15. interrupt-parent = <&aic>;
  16. aliases {
  17. serial0 = &dbgu;
  18. serial1 = &usart0;
  19. serial2 = &usart1;
  20. serial3 = &usart2;
  21. serial4 = &usart3;
  22. gpio0 = &pioA;
  23. gpio1 = &pioB;
  24. gpio2 = &pioC;
  25. gpio3 = &pioD;
  26. gpio4 = &pioE;
  27. };
  28. cpus {
  29. cpu@0 {
  30. compatible = "arm,arm926ejs";
  31. };
  32. };
  33. memory@70000000 {
  34. reg = <0x70000000 0x10000000>;
  35. };
  36. ahb {
  37. compatible = "simple-bus";
  38. #address-cells = <1>;
  39. #size-cells = <1>;
  40. ranges;
  41. apb {
  42. compatible = "simple-bus";
  43. #address-cells = <1>;
  44. #size-cells = <1>;
  45. ranges;
  46. aic: interrupt-controller@fffff000 {
  47. #interrupt-cells = <2>;
  48. compatible = "atmel,at91rm9200-aic";
  49. interrupt-controller;
  50. interrupt-parent;
  51. reg = <0xfffff000 0x200>;
  52. };
  53. pit: timer@fffffd30 {
  54. compatible = "atmel,at91sam9260-pit";
  55. reg = <0xfffffd30 0xf>;
  56. interrupts = <1 4>;
  57. };
  58. dma: dma-controller@ffffec00 {
  59. compatible = "atmel,at91sam9g45-dma";
  60. reg = <0xffffec00 0x200>;
  61. interrupts = <21 4>;
  62. };
  63. pioA: gpio@fffff200 {
  64. compatible = "atmel,at91rm9200-gpio";
  65. reg = <0xfffff200 0x100>;
  66. interrupts = <2 4>;
  67. #gpio-cells = <2>;
  68. gpio-controller;
  69. interrupt-controller;
  70. };
  71. pioB: gpio@fffff400 {
  72. compatible = "atmel,at91rm9200-gpio";
  73. reg = <0xfffff400 0x100>;
  74. interrupts = <3 4>;
  75. #gpio-cells = <2>;
  76. gpio-controller;
  77. interrupt-controller;
  78. };
  79. pioC: gpio@fffff600 {
  80. compatible = "atmel,at91rm9200-gpio";
  81. reg = <0xfffff600 0x100>;
  82. interrupts = <4 4>;
  83. #gpio-cells = <2>;
  84. gpio-controller;
  85. interrupt-controller;
  86. };
  87. pioD: gpio@fffff800 {
  88. compatible = "atmel,at91rm9200-gpio";
  89. reg = <0xfffff800 0x100>;
  90. interrupts = <5 4>;
  91. #gpio-cells = <2>;
  92. gpio-controller;
  93. interrupt-controller;
  94. };
  95. pioE: gpio@fffffa00 {
  96. compatible = "atmel,at91rm9200-gpio";
  97. reg = <0xfffffa00 0x100>;
  98. interrupts = <5 4>;
  99. #gpio-cells = <2>;
  100. gpio-controller;
  101. interrupt-controller;
  102. };
  103. dbgu: serial@ffffee00 {
  104. compatible = "atmel,at91sam9260-usart";
  105. reg = <0xffffee00 0x200>;
  106. interrupts = <1 4>;
  107. status = "disabled";
  108. };
  109. usart0: serial@fff8c000 {
  110. compatible = "atmel,at91sam9260-usart";
  111. reg = <0xfff8c000 0x200>;
  112. interrupts = <7 4>;
  113. atmel,use-dma-rx;
  114. atmel,use-dma-tx;
  115. status = "disabled";
  116. };
  117. usart1: serial@fff90000 {
  118. compatible = "atmel,at91sam9260-usart";
  119. reg = <0xfff90000 0x200>;
  120. interrupts = <8 4>;
  121. atmel,use-dma-rx;
  122. atmel,use-dma-tx;
  123. status = "disabled";
  124. };
  125. usart2: serial@fff94000 {
  126. compatible = "atmel,at91sam9260-usart";
  127. reg = <0xfff94000 0x200>;
  128. interrupts = <9 4>;
  129. atmel,use-dma-rx;
  130. atmel,use-dma-tx;
  131. status = "disabled";
  132. };
  133. usart3: serial@fff98000 {
  134. compatible = "atmel,at91sam9260-usart";
  135. reg = <0xfff98000 0x200>;
  136. interrupts = <10 4>;
  137. atmel,use-dma-rx;
  138. atmel,use-dma-tx;
  139. status = "disabled";
  140. };
  141. macb0: ethernet@fffbc000 {
  142. compatible = "cdns,at32ap7000-macb", "cdns,macb";
  143. reg = <0xfffbc000 0x100>;
  144. interrupts = <25 4>;
  145. status = "disabled";
  146. };
  147. };
  148. };
  149. };