AWAPN2403.dts 1.2 KB

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