ge863-pro3.dtsi 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. // SPDX-License-Identifier: GPL-2.0-or-later
  2. /*
  3. * ge863_pro3.dtsi - Device Tree file for Telit GE863-PRO3
  4. *
  5. * Copyright (C) 2012 Telit,
  6. * 2012 Fabio Porcedda <[email protected]>
  7. */
  8. #include "at91sam9260.dtsi"
  9. / {
  10. clocks {
  11. main_xtal {
  12. clock-frequency = <6000000>;
  13. };
  14. };
  15. ahb {
  16. apb {
  17. tcb0: timer@fffa0000 {
  18. timer@0 {
  19. compatible = "atmel,tcb-timer";
  20. reg = <0>, <1>;
  21. };
  22. timer@2 {
  23. compatible = "atmel,tcb-timer";
  24. reg = <2>;
  25. };
  26. };
  27. dbgu: serial@fffff200 {
  28. status = "okay";
  29. };
  30. };
  31. ebi: ebi@10000000 {
  32. status = "okay";
  33. nand_controller: nand-controller {
  34. status = "okay";
  35. pinctrl-0 = <&pinctrl_nand_cs &pinctrl_nand_rb>;
  36. pinctrl-names = "default";
  37. nand@3 {
  38. reg = <0x3 0x0 0x800000>;
  39. rb-gpios = <&pioC 13 GPIO_ACTIVE_HIGH>;
  40. cs-gpios = <&pioC 14 GPIO_ACTIVE_HIGH>;
  41. nand-bus-width = <8>;
  42. nand-ecc-mode = "soft";
  43. nand-on-flash-bbt;
  44. label = "atmel_nand";
  45. partitions {
  46. compatible = "fixed-partitions";
  47. #address-cells = <1>;
  48. #size-cells = <1>;
  49. boot@0 {
  50. label = "boot";
  51. reg = <0x0 0x7c0000>;
  52. };
  53. root@7c0000 {
  54. label = "root";
  55. reg = <0x7c0000 0x7840000>;
  56. };
  57. };
  58. };
  59. };
  60. };
  61. };
  62. chosen {
  63. bootargs = "console=ttyS0,115200 root=ubi0:rootfs ubi.mtd=1 rootfstype=ubifs";
  64. };
  65. };