at91sam9x5ek.dtsi 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. /*
  2. * at91sam9x5ek.dtsi - Device Tree file for AT91SAM9x5CM Base board
  3. *
  4. * Copyright (C) 2012 Atmel,
  5. * 2012 Nicolas Ferre <nicolas.ferre@atmel.com>
  6. *
  7. * Licensed under GPLv2 or later.
  8. */
  9. /include/ "at91sam9x5cm.dtsi"
  10. / {
  11. model = "Atmel AT91SAM9X5-EK";
  12. compatible = "atmel,at91sam9x5ek", "atmel,at91sam9x5", "atmel,at91sam9";
  13. chosen {
  14. bootargs = "128M console=ttyS0,115200 root=/dev/mtdblock1 rw rootfstype=ubifs ubi.mtd=1 root=ubi0:rootfs";
  15. };
  16. ahb {
  17. apb {
  18. mmc0: mmc@f0008000 {
  19. pinctrl-0 = <
  20. &pinctrl_board_mmc0
  21. &pinctrl_mmc0_slot0_clk_cmd_dat0
  22. &pinctrl_mmc0_slot0_dat1_3>;
  23. status = "okay";
  24. slot@0 {
  25. reg = <0>;
  26. bus-width = <4>;
  27. cd-gpios = <&pioD 15 0>;
  28. };
  29. };
  30. mmc1: mmc@f000c000 {
  31. pinctrl-0 = <
  32. &pinctrl_board_mmc1
  33. &pinctrl_mmc1_slot0_clk_cmd_dat0
  34. &pinctrl_mmc1_slot0_dat1_3>;
  35. status = "okay";
  36. slot@0 {
  37. reg = <0>;
  38. bus-width = <4>;
  39. cd-gpios = <&pioD 14 0>;
  40. };
  41. };
  42. dbgu: serial@fffff200 {
  43. status = "okay";
  44. };
  45. usart0: serial@f801c000 {
  46. status = "okay";
  47. };
  48. macb0: ethernet@f802c000 {
  49. phy-mode = "rmii";
  50. status = "okay";
  51. };
  52. i2c0: i2c@f8010000 {
  53. status = "okay";
  54. };
  55. i2c1: i2c@f8014000 {
  56. status = "okay";
  57. };
  58. i2c2: i2c@f8018000 {
  59. status = "okay";
  60. };
  61. pinctrl@fffff400 {
  62. mmc0 {
  63. pinctrl_board_mmc0: mmc0-board {
  64. atmel,pins =
  65. <3 15 0x0 0x5>; /* PD15 gpio CD pin pull up and deglitch */
  66. };
  67. };
  68. mmc1 {
  69. pinctrl_board_mmc1: mmc1-board {
  70. atmel,pins =
  71. <3 14 0x0 0x5>; /* PD14 gpio CD pin pull up and deglitch */
  72. };
  73. };
  74. };
  75. };
  76. usb0: ohci@00600000 {
  77. status = "okay";
  78. num-ports = <2>;
  79. atmel,vbus-gpio = <&pioD 19 1
  80. &pioD 20 1
  81. >;
  82. };
  83. usb1: ehci@00700000 {
  84. status = "okay";
  85. };
  86. };
  87. };