ge863-pro3.dtsi 905 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. #address-cells = <1>;
  13. #size-cells = <1>;
  14. ranges;
  15. main_clock: clock@0 {
  16. compatible = "atmel,osc", "fixed-clock";
  17. clock-frequency = <6000000>;
  18. };
  19. main_xtal {
  20. clock-frequency = <6000000>;
  21. };
  22. };
  23. ahb {
  24. apb {
  25. dbgu: serial@fffff200 {
  26. status = "okay";
  27. };
  28. };
  29. nand0: nand@40000000 {
  30. nand-bus-width = <8>;
  31. nand-ecc-mode = "soft";
  32. nand-on-flash-bbt;
  33. status = "okay";
  34. boot@0 {
  35. label = "boot";
  36. reg = <0x0 0x7c0000>;
  37. };
  38. root@07c0000 {
  39. label = "root";
  40. reg = <0x7c0000 0x7840000>;
  41. };
  42. };
  43. };
  44. chosen {
  45. bootargs = "console=ttyS0,115200 root=ubi0:rootfs ubi.mtd=1 rootfstype=ubifs";
  46. };
  47. };