at91sam9260-smartweb.dts 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. /*
  2. * at91sam9260-smartweb.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 "at91sam9260.dtsi"
  15. / {
  16. model = "Siemens smartweb";
  17. compatible = "atmel,at91sam9260", "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. rtc@fffffd20 {
  71. atmel,rtt-rtc-time-reg = <&gpbr 0x0>;
  72. status = "okay";
  73. };
  74. watchdog@fffffd40 {
  75. status = "okay";
  76. };
  77. gpbr: syscon@fffffd50 {
  78. status = "okay";
  79. };
  80. };
  81. nand0: nand@40000000 {
  82. nand-bus-width = <8>;
  83. nand-ecc-mode = "soft";
  84. nand-on-flash-bbt;
  85. status = "okay";
  86. };
  87. usb0: ohci@00500000 {
  88. num-ports = <2>;
  89. status = "okay";
  90. };
  91. };
  92. };