1
0

DIR-620-A1.dts 1.8 KB

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