WL-330N.dts 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. /dts-v1/;
  2. #include "rt3050.dtsi"
  3. / {
  4. compatible = "WL-330N", "ralink,rt3050-soc";
  5. model = "Asus WL-330N";
  6. gpio-leds {
  7. compatible = "gpio-leds";
  8. link {
  9. label = "wl-330n:blue:link";
  10. gpios = <&gpio0 9 1>;
  11. };
  12. power {
  13. label = "wl-330n:blue:power";
  14. gpios = <&gpio0 11 1>;
  15. };
  16. };
  17. gpio-keys-polled {
  18. compatible = "gpio-keys-polled";
  19. #address-cells = <1>;
  20. #size-cells = <0>;
  21. poll-interval = <20>;
  22. reset {
  23. label = "reset";
  24. gpios = <&gpio0 10 1>;
  25. linux,code = <0x198>;
  26. };
  27. wps {
  28. label = "wps";
  29. gpios = <&gpio0 0 1>;
  30. linux,code = <0x198>;
  31. };
  32. };
  33. };
  34. &spi0 {
  35. status = "okay";
  36. m25p80@0 {
  37. #address-cells = <1>;
  38. #size-cells = <1>;
  39. compatible = "jedec,spi-nor";
  40. reg = <0>;
  41. linux,modalias = "m25p80", "mx25l3205d";
  42. spi-max-frequency = <10000000>;
  43. partition@0 {
  44. label = "u-boot";
  45. reg = <0x0 0x30000>;
  46. read-only;
  47. };
  48. partition@30000 {
  49. label = "u-boot-env";
  50. reg = <0x30000 0x10000>;
  51. read-only;
  52. };
  53. factory: partition@40000 {
  54. label = "factory";
  55. reg = <0x40000 0x10000>;
  56. read-only;
  57. };
  58. partition@50000 {
  59. label = "firmware";
  60. reg = <0x50000 0x3b0000>;
  61. };
  62. };
  63. };
  64. &pinctrl {
  65. state_default: pinctrl0 {
  66. gpio {
  67. ralink,group = "i2c", "jtag", "rgmii", "mdio", "uartf";
  68. ralink,function = "gpio";
  69. };
  70. };
  71. };
  72. &ethernet {
  73. mtd-mac-address = <&factory 0x4>;
  74. };
  75. &esw {
  76. mediatek,portmap = <0x3e>;
  77. };
  78. &wmac {
  79. ralink,mtd-eeprom = <&factory 0>;
  80. };