ASL26555-8M.dts 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  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 (8M)";
  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. ubootenv: partition@30000 {
  76. label = "uboot-env";
  77. reg = <0x30000 0x10000>;
  78. read-only;
  79. };
  80. partition@40000 {
  81. label = "rgdb";
  82. reg = <0x40000 0x10000>;
  83. read-only;
  84. };
  85. partition@50000 {
  86. label = "firmware";
  87. reg = <0x50000 0x790000>;
  88. };
  89. partition@7e0000 {
  90. label = "cert";
  91. reg = <0x7e0000 0x10000>;
  92. read-only;
  93. };
  94. partition@7f0000 {
  95. label = "langpack";
  96. reg = <0x7f0000 0x10000>;
  97. read-only;
  98. };
  99. };
  100. };
  101. &pinctrl {
  102. state_default: pinctrl0 {
  103. gpio {
  104. ralink,group = "i2c", "jtag", "rgmii", "mdio", "uartf";
  105. ralink,function = "gpio";
  106. };
  107. };
  108. };
  109. &ethernet {
  110. mtd-mac-address = <&ubootenv 0x4004>;
  111. };
  112. &esw {
  113. mediatek,portmap = <0x1e>;
  114. };
  115. &wmac {
  116. ralink,mtd-eeprom = <&ubootenv 0x4000>;
  117. };
  118. &otg {
  119. status = "okay";
  120. };