am3517-evm.dts 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. /*
  2. * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
  3. *
  4. * This program is free software; you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License version 2 as
  6. * published by the Free Software Foundation.
  7. */
  8. /dts-v1/;
  9. #include "am3517.dtsi"
  10. / {
  11. model = "TI AM3517 EVM (AM3517/05 TMDSEVM3517)";
  12. compatible = "ti,am3517-evm", "ti,am3517", "ti,omap3";
  13. memory {
  14. device_type = "memory";
  15. reg = <0x80000000 0x10000000>; /* 256 MB */
  16. };
  17. vmmc_fixed: vmmc {
  18. compatible = "regulator-fixed";
  19. regulator-name = "vmmc_fixed";
  20. regulator-min-microvolt = <3300000>;
  21. regulator-max-microvolt = <3300000>;
  22. };
  23. };
  24. &davinci_emac {
  25. status = "okay";
  26. };
  27. &davinci_mdio {
  28. status = "okay";
  29. };
  30. &i2c1 {
  31. clock-frequency = <400000>;
  32. };
  33. &i2c2 {
  34. clock-frequency = <400000>;
  35. };
  36. &i2c3 {
  37. clock-frequency = <400000>;
  38. };
  39. &mmc1 {
  40. vmmc-supply = <&vmmc_fixed>;
  41. bus-width = <4>;
  42. };
  43. &mmc2 {
  44. status = "disabled";
  45. };
  46. &mmc3 {
  47. status = "disabled";
  48. };