evk-pro3.dts 936 B

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