ASL26555-16M.dts 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. /dts-v1/;
  2. #include "rt3050.dtsi"
  3. #include <dt-bindings/input/input.h>
  4. / {
  5. compatible = "ASL26555", "ralink,rt3050-soc";
  6. model = "Alpha ASL26555 (16M)";
  7. gpio-keys-polled {
  8. compatible = "gpio-keys-polled";
  9. #address-cells = <1>;
  10. #size-cells = <0>;
  11. poll-interval = <20>;
  12. reset {
  13. label = "reset";
  14. gpios = <&gpio0 10 0>;
  15. linux,code = <KEY_RESTART>;
  16. };
  17. wps {
  18. label = "wps";
  19. gpios = <&gpio0 12 0>;
  20. linux,code = <KEY_WPS_BUTTON>;
  21. };
  22. };
  23. gpio-leds {
  24. compatible = "gpio-leds";
  25. eth {
  26. label = "asl26555:green:eth";
  27. gpios = <&gpio0 0 1>;
  28. };
  29. wan-red {
  30. label = "asl26555:red:wan";
  31. gpios = <&gpio0 1 0>;
  32. };
  33. wan-green {
  34. label = "asl26555:green:wan";
  35. gpios = <&gpio0 2 0>;
  36. };
  37. wlan {
  38. label = "asl26555:green:wlan";
  39. gpios = <&gpio0 7 0>;
  40. };
  41. power-green {
  42. label = "asl26555:green:power";
  43. gpios = <&gpio0 8 0>;
  44. };
  45. power-red {
  46. label = "asl26555:red:power";
  47. gpios = <&gpio0 9 0>;
  48. };
  49. 3g-green {
  50. label = "asl26555:green:3g";
  51. gpios = <&gpio0 14 1>;
  52. };
  53. 3g-red {
  54. label = "asl26555:red:3g";
  55. gpios = <&gpio0 17 1>;
  56. };
  57. };
  58. };
  59. &gpio0 {
  60. status = "okay";
  61. };
  62. &spi0 {
  63. status = "okay";
  64. m25p80@0 {
  65. #address-cells = <1>;
  66. #size-cells = <1>;
  67. compatible = "jedec,spi-nor";
  68. reg = <0>;
  69. spi-max-frequency = <10000000>;
  70. partition@0 {
  71. label = "uboot";
  72. reg = <0x0 0x30000>;
  73. read-only;
  74. };
  75. partition@30000 {
  76. label = "uboot-env";
  77. reg = <0x30000 0x10000>;
  78. read-only;
  79. };
  80. partition@40000 {
  81. label = "factory";
  82. reg = <0x40000 0x10000>;
  83. read-only;
  84. };
  85. partition@50000 {
  86. label = "firmware";
  87. reg = <0x50000 0xf80000>;
  88. };
  89. partition@fd0000 {
  90. label = "cert";
  91. reg = <0xfd0000 0x10000>;
  92. read-only;
  93. };
  94. partition@fe0000 {
  95. label = "langpack";
  96. reg = <0xfe0000 0x10000>;
  97. read-only;
  98. };
  99. devdata: partition@ff0000 {
  100. label = "devdata";
  101. reg = <0xff0000 0x10000>;
  102. read-only;
  103. };
  104. };
  105. };
  106. &pinctrl {
  107. state_default: pinctrl0 {
  108. gpio {
  109. ralink,group = "i2c", "jtag", "rgmii", "mdio", "uartf";
  110. ralink,function = "gpio";
  111. };
  112. };
  113. };
  114. &ethernet {
  115. mtd-mac-address = <&devdata 0x4004>;
  116. };
  117. &esw {
  118. mediatek,portmap = <0x1e>;
  119. };
  120. &wmac {
  121. ralink,mtd-eeprom = <&devdata 0x4000>;
  122. };
  123. &otg {
  124. status = "okay";
  125. };