at91sam9g20ek.dts 572 B

123456789101112131415161718192021222324252627282930
  1. /*
  2. * at91sam9g20ek.dts - Device Tree file for Atmel at91sam9g20ek 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";
  12. compatible = "atmel,at91sam9g20ek", "atmel,at91sam9g20", "atmel,at91sam9";
  13. leds {
  14. compatible = "gpio-leds";
  15. ds1 {
  16. label = "ds1";
  17. gpios = <&pioA 9 GPIO_ACTIVE_HIGH>;
  18. linux,default-trigger = "heartbeat";
  19. };
  20. ds5 {
  21. label = "ds5";
  22. gpios = <&pioA 6 GPIO_ACTIVE_LOW>;
  23. };
  24. };
  25. };