omap3-beagle.dts 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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/ "omap3.dtsi"
  10. / {
  11. model = "TI OMAP3 BeagleBoard";
  12. compatible = "ti,omap3-beagle", "ti,omap3";
  13. memory {
  14. device_type = "memory";
  15. reg = <0x80000000 0x10000000>; /* 256 MB */
  16. };
  17. leds {
  18. compatible = "gpio-leds";
  19. pmu_stat {
  20. label = "beagleboard::pmu_stat";
  21. gpios = <&twl_gpio 19 0>; /* LEDB */
  22. };
  23. heartbeat {
  24. label = "beagleboard::usr0";
  25. gpios = <&gpio5 22 0>; /* 150 -> D6 LED */
  26. linux,default-trigger = "heartbeat";
  27. };
  28. mmc {
  29. label = "beagleboard::usr1";
  30. gpios = <&gpio5 21 0>; /* 149 -> D7 LED */
  31. linux,default-trigger = "mmc0";
  32. };
  33. };
  34. };
  35. &i2c1 {
  36. clock-frequency = <2600000>;
  37. twl: twl@48 {
  38. reg = <0x48>;
  39. interrupts = <7>; /* SYS_NIRQ cascaded to intc */
  40. interrupt-parent = <&intc>;
  41. };
  42. };
  43. /include/ "twl4030.dtsi"
  44. &mmc1 {
  45. vmmc-supply = <&vmmc1>;
  46. vmmc_aux-supply = <&vsim>;
  47. bus-width = <8>;
  48. };
  49. &mmc2 {
  50. status = "disabled";
  51. };
  52. &mmc3 {
  53. status = "disabled";
  54. };