omap3-evm.dts 519 B

123456789101112131415161718192021
  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 "omap34xx.dtsi"
  10. #include "omap3-evm-common.dtsi"
  11. / {
  12. model = "TI OMAP35XX EVM (TMDSEVM3530)";
  13. compatible = "ti,omap3-evm", "ti,omap3";
  14. memory {
  15. device_type = "memory";
  16. reg = <0x80000000 0x10000000>; /* 256 MB */
  17. };
  18. };