usb_a9260.dts 649 B

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