usb_a9260.dts 632 B

1234567891011121314151617181920212223242526272829303132
  1. /*
  2. * usb_a9260.dts - Device Tree file for Caloa USB A9260 board
  3. *
  4. * Copyright (C) 2011-2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  5. *
  6. * Licensed under GPLv2 or later.
  7. */
  8. /dts-v1/;
  9. #include "at91sam9260.dtsi"
  10. #include "usb_a9260_common.dtsi"
  11. / {
  12. model = "Calao USB A9260";
  13. compatible = "calao,usb-a9260", "atmel,at91sam9260", "atmel,at91sam9";
  14. chosen {
  15. bootargs = "mem=64M console=ttyS0,115200 root=/dev/mtdblock5 rw rootfstype=ubifs";
  16. };
  17. memory {
  18. reg = <0x20000000 0x4000000>;
  19. };
  20. ahb {
  21. apb {
  22. shdwc@fffffd10 {
  23. atmel,wakeup-counter = <10>;
  24. atmel,wakeup-rtt-timer;
  25. };
  26. };
  27. };
  28. };