at91rm9200ek.dts 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. /*
  2. * at91rm9200ek.dts - Device Tree file for Atmel AT91RM9200 evaluation kit
  3. *
  4. * Copyright (C) 2012 Joachim Eastwood <manabian@gmail.com>
  5. *
  6. * Licensed under GPLv2 only
  7. */
  8. /dts-v1/;
  9. /include/ "at91rm9200.dtsi"
  10. / {
  11. model = "Atmel AT91RM9200 evaluation kit";
  12. compatible = "atmel,at91rm9200ek", "atmel,at91rm9200";
  13. memory {
  14. reg = <0x20000000 0x4000000>;
  15. };
  16. clocks {
  17. #address-cells = <1>;
  18. #size-cells = <1>;
  19. ranges;
  20. main_clock: clock@0 {
  21. compatible = "atmel,osc", "fixed-clock";
  22. clock-frequency = <18432000>;
  23. };
  24. };
  25. ahb {
  26. apb {
  27. dbgu: serial@fffff200 {
  28. status = "okay";
  29. };
  30. usart1: serial@fffc4000 {
  31. pinctrl-0 =
  32. <&pinctrl_uart1
  33. &pinctrl_uart1_rts
  34. &pinctrl_uart1_cts
  35. &pinctrl_uart1_dtr_dsr
  36. &pinctrl_uart1_dcd
  37. &pinctrl_uart1_ri>;
  38. status = "okay";
  39. };
  40. macb0: ethernet@fffbc000 {
  41. phy-mode = "rmii";
  42. status = "okay";
  43. };
  44. usb1: gadget@fffb0000 {
  45. atmel,vbus-gpio = <&pioD 4 0>;
  46. status = "okay";
  47. };
  48. };
  49. usb0: ohci@00300000 {
  50. num-ports = <2>;
  51. status = "okay";
  52. };
  53. };
  54. leds {
  55. compatible = "gpio-leds";
  56. ds2 {
  57. label = "green";
  58. gpios = <&pioB 0 0x1>;
  59. linux,default-trigger = "mmc0";
  60. };
  61. ds4 {
  62. label = "yellow";
  63. gpios = <&pioB 1 0x1>;
  64. linux,default-trigger = "heartbeat";
  65. };
  66. ds6 {
  67. label = "red";
  68. gpios = <&pioB 2 0x1>;
  69. };
  70. };
  71. };