ge863-pro3.dtsi 854 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. };
  20. ahb {
  21. apb {
  22. dbgu: serial@fffff200 {
  23. status = "okay";
  24. };
  25. };
  26. nand0: nand@40000000 {
  27. nand-bus-width = <8>;
  28. nand-ecc-mode = "soft";
  29. nand-on-flash-bbt;
  30. status = "okay";
  31. boot@0 {
  32. label = "boot";
  33. reg = <0x0 0x7c0000>;
  34. };
  35. root@07c0000 {
  36. label = "root";
  37. reg = <0x7c0000 0x7840000>;
  38. };
  39. };
  40. };
  41. chosen {
  42. bootargs = "console=ttyS0,115200 root=ubi0:rootfs ubi.mtd=1 rootfstype=ubifs";
  43. };
  44. };