at91sam9g20ek_2mmc.dts 707 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /*
  2. * at91sam9g20ek_2mmc.dts - Device Tree file for Atmel at91sam9g20ek 2 MMC board
  3. *
  4. * Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  5. *
  6. * Licensed under GPLv2.
  7. */
  8. /dts-v1/;
  9. /include/ "at91sam9g20ek_common.dtsi"
  10. / {
  11. model = "Atmel at91sam9g20ek 2 mmc";
  12. compatible = "atmel,at91sam9g20ek_2mmc", "atmel,at91sam9g20", "atmel,at91sam9";
  13. ahb {
  14. apb{
  15. mmc0: mmc@fffa8000 {
  16. slot@0 {
  17. reg = <0>;
  18. bus-width = <4>;
  19. cd-gpios = <&pioC 2 0>;
  20. };
  21. };
  22. };
  23. };
  24. leds {
  25. compatible = "gpio-leds";
  26. ds1 {
  27. label = "ds1";
  28. gpios = <&pioB 9 0>;
  29. linux,default-trigger = "heartbeat";
  30. };
  31. ds5 {
  32. label = "ds5";
  33. gpios = <&pioB 8 1>;
  34. };
  35. };
  36. };