at91sam9g20-taurus.dts 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. /*
  2. * at91sam9g20-taurus.dts
  3. * (C) Copyright 2016
  4. * Heiko Schocher, DENX Software Engineering, hs@denx.de.
  5. *
  6. * Based on:
  7. * at91sam9g20ek.dts - Device Tree file for Atmel at91sam9g20ek board
  8. *
  9. * Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  10. *
  11. * Licensed under GPLv2.
  12. */
  13. /dts-v1/;
  14. #include "at91sam9g20.dtsi"
  15. / {
  16. model = "Siemens taurus";
  17. compatible = "atmel,at91sam9g20ek", "atmel,at91sam9g20", "atmel,at91sam9";
  18. chosen {
  19. stdout-path = &dbgu;
  20. };
  21. memory {
  22. reg = <0x20000000 0x4000000>;
  23. };
  24. clocks {
  25. slow_xtal {
  26. clock-frequency = <32768>;
  27. };
  28. main_xtal {
  29. clock-frequency = <18432000>;
  30. };
  31. };
  32. ahb {
  33. apb {
  34. pinctrl@fffff400 {
  35. board {
  36. pinctrl_pck0_as_mck: pck0_as_mck {
  37. atmel,pins =
  38. <AT91_PIOC 1 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PC1 periph B */
  39. };
  40. };
  41. };
  42. dbgu: serial@fffff200 {
  43. status = "okay";
  44. };
  45. usart0: serial@fffb0000 {
  46. pinctrl-0 =
  47. <&pinctrl_usart0
  48. &pinctrl_usart0_rts
  49. &pinctrl_usart0_cts
  50. &pinctrl_usart0_dtr_dsr
  51. &pinctrl_usart0_dcd
  52. &pinctrl_usart0_ri>;
  53. status = "okay";
  54. };
  55. usart1: serial@fffb4000 {
  56. status = "okay";
  57. };
  58. macb0: ethernet@fffc4000 {
  59. phy-mode = "rmii";
  60. status = "okay";
  61. };
  62. usb1: gadget@fffa4000 {
  63. atmel,vbus-gpio = <&pioC 5 GPIO_ACTIVE_HIGH>;
  64. status = "okay";
  65. };
  66. ssc0: ssc@fffbc000 {
  67. status = "okay";
  68. pinctrl-0 = <&pinctrl_ssc0_tx>;
  69. };
  70. spi0: spi@fffc8000 {
  71. cs-gpios = <0>, <&pioC 11 0>, <0>, <0>;
  72. mtd_dataflash@0 {
  73. compatible = "atmel,at45", "atmel,dataflash";
  74. spi-max-frequency = <50000000>;
  75. reg = <1>;
  76. };
  77. };
  78. rtc@fffffd20 {
  79. atmel,rtt-rtc-time-reg = <&gpbr 0x0>;
  80. status = "okay";
  81. };
  82. watchdog@fffffd40 {
  83. status = "okay";
  84. };
  85. gpbr: syscon@fffffd50 {
  86. status = "okay";
  87. };
  88. };
  89. nand0: nand@40000000 {
  90. nand-bus-width = <8>;
  91. nand-ecc-mode = "soft";
  92. nand-on-flash-bbt;
  93. status = "okay";
  94. };
  95. usb0: ohci@00500000 {
  96. num-ports = <2>;
  97. status = "okay";
  98. };
  99. };
  100. };