WR512-3GN-8M.dts 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. /dts-v1/;
  2. #include "rt3050.dtsi"
  3. / {
  4. compatible = "WR512-3GN", "ralink,rt3052-soc";
  5. model = "WR512-3GN-like router";
  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 0x7b0000>;
  31. };
  32. };
  33. gpio-leds {
  34. compatible = "gpio-leds";
  35. 3g {
  36. label = "wr512-3gn:green:3g";
  37. gpios = <&gpio0 9 1>;
  38. };
  39. gateway {
  40. label = "wr512-3gn:green:gateway";
  41. gpios = <&gpio0 11 1>;
  42. };
  43. ap {
  44. label = "wr512-3gn:green:ap";
  45. gpios = <&gpio0 12 1>;
  46. };
  47. wps {
  48. label = "wr512-3gn:green:wps";
  49. gpios = <&gpio0 14 1>;
  50. };
  51. station {
  52. label = "wr512-3gn:green:station";
  53. gpios = <&gpio0 13 1>;
  54. };
  55. };
  56. gpio-keys-polled {
  57. compatible = "gpio-keys-polled";
  58. #address-cells = <1>;
  59. #size-cells = <0>;
  60. poll-interval = <20>;
  61. reset_wps {
  62. label = "reset_wps";
  63. gpios = <&gpio0 10 1>;
  64. linux,code = <0x198>;
  65. };
  66. mode {
  67. label = "mode";
  68. gpios = <&gpio0 7 1>;
  69. linux,code = <0x32>;
  70. };
  71. };
  72. };
  73. &pinctrl {
  74. state_default: pinctrl0 {
  75. gpio {
  76. ralink,group = "spi", "i2c", "jtag", "rgmii", "mdio", "uartf";
  77. ralink,function = "gpio";
  78. };
  79. };
  80. };
  81. &esw {
  82. mediatek,portmap = <0x2f>;
  83. };
  84. &wmac {
  85. ralink,mtd-eeprom = <&factory 0>;
  86. };
  87. &otg {
  88. status = "okay";
  89. };