DCS-930.dts 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. /dts-v1/;
  2. #include "rt3050.dtsi"
  3. #include <dt-bindings/input/input.h>
  4. / {
  5. compatible = "DCS-930", "ralink,rt3050-soc";
  6. model = "D-Link DCS-930";
  7. cfi@1f000000 {
  8. compatible = "cfi-flash";
  9. reg = <0x1f000000 0x400000>;
  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 = "kernel";
  31. reg = <0x50000 0x150000>;
  32. };
  33. partition@150000 {
  34. label = "rootfs";
  35. reg = <0x150000 0x2b0000>;
  36. };
  37. partition {
  38. label = "firmware";
  39. reg = <0x50000 0x3b0000>;
  40. };
  41. };
  42. gpio-leds {
  43. compatible = "gpio-leds";
  44. wifi {
  45. label = "dcs-930:red:alert";
  46. gpios = <&gpio0 8 1>;
  47. };
  48. power {
  49. label = "dcs-930:green:status";
  50. gpios = <&gpio0 9 1>;
  51. };
  52. wps {
  53. label = "dcs-930:blue:wps";
  54. gpios = <&gpio0 13 1>;
  55. };
  56. };
  57. gpio-keys-polled {
  58. compatible = "gpio-keys-polled";
  59. #address-cells = <1>;
  60. #size-cells = <0>;
  61. poll-interval = <20>;
  62. wps {
  63. label = "wps";
  64. gpios = <&gpio0 0 1>;
  65. linux,code = <BTN_1>;
  66. };
  67. reset {
  68. label = "reset";
  69. gpios = <&gpio0 10 1>;
  70. linux,code = <KEY_RESTART>;
  71. };
  72. };
  73. };
  74. &pinctrl {
  75. state_default: pinctrl0 {
  76. gpio {
  77. ralink,group = "i2c", "spi", "jtag", "mdio", "rgmii", "uartf";
  78. ralink,function = "gpio";
  79. };
  80. };
  81. };
  82. &ethernet {
  83. mtd-mac-address = <&factory 0x4>;
  84. };
  85. &esw {
  86. mediatek,portmap = <0x2f>;
  87. };
  88. &wmac {
  89. ralink,mtd-eeprom = <&factory 0>;
  90. };
  91. &otg {
  92. status = "okay";
  93. };