ASL26555-8M.dts 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. /dts-v1/;
  2. #include "rt3050.dtsi"
  3. / {
  4. compatible = "ASL26555", "ralink,rt3050-soc";
  5. model = "Alpha ASL26555";
  6. gpio-keys-polled {
  7. compatible = "gpio-keys-polled";
  8. #address-cells = <1>;
  9. #size-cells = <0>;
  10. poll-interval = <20>;
  11. reset {
  12. label = "reset";
  13. gpios = <&gpio0 10 0>;
  14. linux,code = <0x198>;
  15. };
  16. wps {
  17. label = "wps";
  18. gpios = <&gpio0 12 0>;
  19. linux,code = <0x211>;
  20. };
  21. };
  22. gpio-leds {
  23. compatible = "gpio-leds";
  24. eth {
  25. label = "asl26555:green:eth";
  26. gpios = <&gpio0 0 1>;
  27. };
  28. wan-red {
  29. label = "asl26555:red:wan";
  30. gpios = <&gpio0 1 0>;
  31. };
  32. wan-green {
  33. label = "asl26555:green:wan";
  34. gpios = <&gpio0 2 0>;
  35. };
  36. wlan {
  37. label = "asl26555:green:wlan";
  38. gpios = <&gpio0 7 0>;
  39. };
  40. power-green {
  41. label = "asl26555:green:power";
  42. gpios = <&gpio0 8 0>;
  43. };
  44. power-red {
  45. label = "asl26555:red:power";
  46. gpios = <&gpio0 9 0>;
  47. };
  48. 3g-green {
  49. label = "asl26555:green:3g";
  50. gpios = <&gpio0 14 1>;
  51. };
  52. 3g-red {
  53. label = "asl26555:red:3g";
  54. gpios = <&gpio0 17 1>;
  55. };
  56. };
  57. };
  58. &gpio0 {
  59. status = "okay";
  60. };
  61. &spi0 {
  62. status = "okay";
  63. m25p80@0 {
  64. #address-cells = <1>;
  65. #size-cells = <1>;
  66. compatible = "jedec,spi-nor";
  67. reg = <0>;
  68. linux,modalias = "m25p80", "s25sl064p";
  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. };