omap2430-sdp.dts 959 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /*
  2. * Copyright (C) 2013 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 "omap2430.dtsi"
  10. / {
  11. model = "TI OMAP2430 SDP";
  12. compatible = "ti,omap2430-sdp", "ti,omap2430", "ti,omap2";
  13. memory {
  14. device_type = "memory";
  15. reg = <0x80000000 0x8000000>; /* 128 MB */
  16. };
  17. };
  18. &i2c2 {
  19. clock-frequency = <100000>;
  20. twl: twl@48 {
  21. reg = <0x48>;
  22. interrupts = <7>; /* SYS_NIRQ cascaded to intc */
  23. };
  24. };
  25. #include "twl4030.dtsi"
  26. &mmc1 {
  27. vmmc-supply = <&vmmc1>;
  28. bus-width = <4>;
  29. };
  30. &gpmc {
  31. ranges = <5 0 0x08000000 0x01000000>;
  32. ethernet@gpmc {
  33. compatible = "smsc,lan91c94";
  34. interrupt-parent = <&gpio5>;
  35. interrupts = <21 IRQ_TYPE_LEVEL_LOW>; /* gpio149 */
  36. reg = <5 0x300 0xf>;
  37. bank-width = <2>;
  38. gpmc,mux-add-data;
  39. };
  40. };