EASY50810.dts 1.5 KB

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