at91sam9x5cm.dtsi 476 B

1234567891011121314151617181920212223242526272829
  1. /*
  2. * at91sam9x5cm.dtsi - Device Tree Include file for AT91SAM9x5 CPU Module
  3. *
  4. * Copyright (C) 2012 Atmel,
  5. * 2012 Nicolas Ferre <nicolas.ferre@atmel.com>
  6. *
  7. * Licensed under GPLv2 or later.
  8. */
  9. / {
  10. memory@20000000 {
  11. reg = <0x20000000 0x8000000>;
  12. };
  13. leds {
  14. compatible = "gpio-leds";
  15. pb18 {
  16. label = "pb18";
  17. gpios = <&pioB 18 1>;
  18. linux,default-trigger = "heartbeat";
  19. };
  20. pd21 {
  21. label = "pd21";
  22. gpios = <&pioD 21 0>;
  23. };
  24. };
  25. };