am3517-evm.dts 604 B

1234567891011121314151617181920212223242526272829303132
  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/ "omap3.dtsi"
  10. / {
  11. model = "TI AM3517 EVM (AM3517/05)";
  12. compatible = "ti,am3517-evm", "ti,omap3";
  13. memory {
  14. device_type = "memory";
  15. reg = <0x80000000 0x10000000>; /* 256 MB */
  16. };
  17. };
  18. &i2c1 {
  19. clock-frequency = <400000>;
  20. };
  21. &i2c2 {
  22. clock-frequency = <400000>;
  23. };
  24. &i2c3 {
  25. clock-frequency = <400000>;
  26. };