W150M.dts 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. /dts-v1/;
  2. #include "rt3050.dtsi"
  3. / {
  4. compatible = "W150M", "ralink,rt3050-soc";
  5. model = "Tenda W150M";
  6. cfi@1f000000 {
  7. compatible = "cfi-flash";
  8. reg = <0x1f000000 0x800000>;
  9. bank-width = <2>;
  10. device-width = <2>;
  11. #address-cells = <1>;
  12. #size-cells = <1>;
  13. partition@0 {
  14. label = "u-boot";
  15. reg = <0x0 0x30000>;
  16. read-only;
  17. };
  18. partition@30000 {
  19. label = "u-boot-env";
  20. reg = <0x30000 0x10000>;
  21. read-only;
  22. };
  23. factory: partition@40000 {
  24. label = "factory";
  25. reg = <0x40000 0x10000>;
  26. read-only;
  27. };
  28. partition@50000 {
  29. label = "firmware";
  30. reg = <0x50000 0x3c8000>;
  31. };
  32. };
  33. gpio-leds {
  34. compatible = "gpio-leds";
  35. 3grouter {
  36. label = "w150m:blue:3grouter";
  37. gpios = <&gpio0 11 1>;
  38. };
  39. ap {
  40. label = "w150m:blue:ap";
  41. gpios = <&gpio0 12 1>;
  42. };
  43. wisprouter {
  44. label = "w150m:blue:wisprouter";
  45. gpios = <&gpio0 9 1>;
  46. };
  47. wirelessrouter {
  48. label = "w150m:blue:wirelessrouter";
  49. gpios = <&gpio0 13 1>;
  50. };
  51. 3g {
  52. label = "w150m:blue:3g";
  53. gpios = <&gpio0 7 1>;
  54. };
  55. wpsreset {
  56. label = "w150m:blue:wpsreset";
  57. gpios = <&gpio0 14 1>;
  58. };
  59. };
  60. gpio-keys-polled {
  61. compatible = "gpio-keys-polled";
  62. #address-cells = <1>;
  63. #size-cells = <0>;
  64. poll-interval = <20>;
  65. reset {
  66. label = "reset";
  67. gpios = <&gpio0 0 1>;
  68. linux,code = <0x198>;
  69. };
  70. mode {
  71. label = "mode";
  72. gpios = <&gpio0 10 1>;
  73. linux,code = <0x100>;
  74. };
  75. };
  76. };
  77. &pinctrl {
  78. state_default: pinctrl0 {
  79. gpio {
  80. ralink,group = "spi", "i2c", "jtag", "rgmii", "mdio", "uartf";
  81. ralink,function = "gpio";
  82. };
  83. };
  84. };
  85. &ethernet {
  86. mtd-mac-address = <&factory 0x4>;
  87. };
  88. &esw {
  89. mediatek,portmap = <0x2f>;
  90. };
  91. &wmac {
  92. ralink,mtd-eeprom = <&factory 0>;
  93. };