at91sam9g20ek_2mmc.dts 566 B

1234567891011121314151617181920212223242526272829
  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. leds {
  14. compatible = "gpio-leds";
  15. ds1 {
  16. label = "ds1";
  17. gpios = <&pioB 9 0>;
  18. linux,default-trigger = "heartbeat";
  19. };
  20. ds5 {
  21. label = "ds5";
  22. gpios = <&pioB 8 1>;
  23. };
  24. };
  25. };