evk-pro3.dts 925 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /*
  2. * evk-pro3.dts - Device Tree file for Telit EVK-PRO3 with Telit GE863-PRO3
  3. *
  4. * Copyright (C) 2012 Telit,
  5. * 2012 Fabio Porcedda <fabio.porcedda@gmail.com>
  6. *
  7. * Licensed under GPLv2 or later.
  8. */
  9. /dts-v1/;
  10. #include "ge863-pro3.dtsi"
  11. / {
  12. model = "Telit EVK-PRO3 for Telit GE863-PRO3";
  13. compatible = "telit,evk-pro3", "atmel,at91sam9260", "atmel,at91sam9";
  14. clocks {
  15. slow_xtal {
  16. clock-frequency = <32768>;
  17. };
  18. };
  19. ahb {
  20. apb {
  21. macb0: ethernet@fffc4000 {
  22. phy-mode = "rmii";
  23. status = "okay";
  24. };
  25. usart0: serial@fffb0000 {
  26. status = "okay";
  27. };
  28. usart2: serial@fffb8000 {
  29. status = "okay";
  30. };
  31. usb1: gadget@fffa4000 {
  32. atmel,vbus-gpio = <&pioC 5 GPIO_ACTIVE_HIGH>;
  33. status = "okay";
  34. };
  35. watchdog@fffffd40 {
  36. status = "okay";
  37. };
  38. };
  39. usb0: ohci@00500000 {
  40. num-ports = <2>;
  41. status = "okay";
  42. };
  43. };
  44. i2c@0 {
  45. status = "okay";
  46. };
  47. };