omap5-evm.dts 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. /*
  2. * Copyright (C) 2012 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/ "omap5.dtsi"
  10. / {
  11. model = "TI OMAP5 EVM board";
  12. compatible = "ti,omap5-evm", "ti,omap5";
  13. memory {
  14. device_type = "memory";
  15. reg = <0x80000000 0x40000000>; /* 1 GB */
  16. };
  17. vmmcsd_fixed: fixedregulator-mmcsd {
  18. compatible = "regulator-fixed";
  19. regulator-name = "vmmcsd_fixed";
  20. regulator-min-microvolt = <3000000>;
  21. regulator-max-microvolt = <3000000>;
  22. };
  23. };
  24. &mmc1 {
  25. vmmc-supply = <&vmmcsd_fixed>;
  26. bus-width = <4>;
  27. };
  28. &mmc2 {
  29. vmmc-supply = <&vmmcsd_fixed>;
  30. bus-width = <8>;
  31. ti,non-removable;
  32. };
  33. &mmc3 {
  34. bus-width = <4>;
  35. ti,non-removable;
  36. };
  37. &mmc4 {
  38. status = "disabled";
  39. };
  40. &mmc5 {
  41. status = "disabled";
  42. };
  43. &i2c4 {
  44. clock-frequency = <400000>;
  45. /* Temperature Sensor */
  46. tmp102@48{
  47. compatible = "ti,tmp102";
  48. reg = <0x48>;
  49. };
  50. };