ge863-pro3.dtsi 743 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /*
  2. * ge863_pro3.dtsi - Device Tree file for Telit GE863-PRO3
  3. *
  4. * Copyright (C) 2012 Telit,
  5. * 2012 Fabio Porcedda <fabio.porcedda@gmail.com>
  6. *
  7. * Licensed under GPLv2 or later.
  8. */
  9. #include "at91sam9260.dtsi"
  10. / {
  11. clocks {
  12. main_xtal {
  13. clock-frequency = <6000000>;
  14. };
  15. };
  16. ahb {
  17. apb {
  18. dbgu: serial@fffff200 {
  19. status = "okay";
  20. };
  21. };
  22. nand0: nand@40000000 {
  23. nand-bus-width = <8>;
  24. nand-ecc-mode = "soft";
  25. nand-on-flash-bbt;
  26. status = "okay";
  27. boot@0 {
  28. label = "boot";
  29. reg = <0x0 0x7c0000>;
  30. };
  31. root@07c0000 {
  32. label = "root";
  33. reg = <0x7c0000 0x7840000>;
  34. };
  35. };
  36. };
  37. chosen {
  38. bootargs = "console=ttyS0,115200 root=ubi0:rootfs ubi.mtd=1 rootfstype=ubifs";
  39. };
  40. };