EASY50712.dts 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. /dts-v1/;
  2. #include "danube.dtsi"
  3. / {
  4. compatible = "lantiq,easy50712", "lantiq,xway", "lantiq,danube";
  5. model = "Intel EASY50712 Nand";
  6. chosen {
  7. bootargs = "console=ttyLTQ0,115200";
  8. };
  9. memory@0 {
  10. reg = <0x0 0x2000000>;
  11. };
  12. };
  13. &gpio {
  14. pinctrl-names = "default";
  15. pinctrl-0 = <&state_default>;
  16. state_default: pinmux {
  17. stp {
  18. lantiq,groups = "stp";
  19. lantiq,function = "stp";
  20. };
  21. exin {
  22. lantiq,groups = "exin1";
  23. lantiq,function = "exin";
  24. };
  25. pci {
  26. lantiq,groups = "gnt1";
  27. lantiq,function = "pci";
  28. };
  29. conf_out {
  30. lantiq,pins = "io4", "io5", "io6"; /* stp */
  31. lantiq,open-drain;
  32. lantiq,pull = <0>;
  33. };
  34. };
  35. };
  36. &gsw {
  37. phy-mode = "rmii";
  38. };
  39. &localbus {
  40. nor@0 {
  41. compatible = "lantiq,nor";
  42. bank-width = <2>;
  43. reg = <0 0x0 0x2000000>;
  44. #address-cells = <1>;
  45. #size-cells = <1>;
  46. partitions {
  47. compatible = "fixed-partitions";
  48. #address-cells = <1>;
  49. #size-cells = <1>;
  50. partition@0 {
  51. label = "uboot";
  52. reg = <0x00000 0x10000>; /* 64 KB */
  53. };
  54. partition@10000 {
  55. label = "uboot_env";
  56. reg = <0x10000 0x10000>; /* 64 KB */
  57. };
  58. partition@20000 {
  59. label = "firmware";
  60. reg = <0x20000 0x3d0000>;
  61. };
  62. partition@400000 {
  63. label = "rootfs";
  64. reg = <0x400000 0x400000>;
  65. };
  66. };
  67. };
  68. };