PSG1208.dts 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. /dts-v1/;
  2. #include "mt7620a.dtsi"
  3. / {
  4. compatible = "PSG1208", "ralink,mt7620a-soc";
  5. model = "Phicomm PSG1208";
  6. gpio-leds {
  7. compatible = "gpio-leds";
  8. wan {
  9. label = "psg1208:white:wps";
  10. gpios = <&gpio1 15 1>;
  11. };
  12. wlan {
  13. label = "psg1208:white:wlan2g";
  14. gpios = <&gpio3 0 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 1 1>;
  25. linux,code = <0x198>;
  26. };
  27. };
  28. };
  29. &gpio1 {
  30. status = "okay";
  31. };
  32. &gpio3 {
  33. status = "okay";
  34. };
  35. &spi0 {
  36. status = "okay";
  37. m25p80@0 {
  38. #address-cells = <1>;
  39. #size-cells = <1>;
  40. compatible = "jedec,spi-nor";
  41. reg = <0>;
  42. linux,modalias = "m25p80", "en25q64";
  43. spi-max-frequency = <10000000>;
  44. partition@0 {
  45. label = "u-boot";
  46. reg = <0x0 0x30000>;
  47. read-only;
  48. };
  49. partition@20000 {
  50. label = "u-boot-env";
  51. reg = <0x30000 0x10000>;
  52. read-only;
  53. };
  54. factory: partition@30000 {
  55. label = "factory";
  56. reg = <0x40000 0x10000>;
  57. read-only;
  58. };
  59. partition@40000 {
  60. label = "firmware";
  61. reg = <0x50000 0x7b0000>;
  62. };
  63. };
  64. };
  65. &pinctrl {
  66. state_default: pinctrl0 {
  67. gpio {
  68. ralink,group = "i2c", "uartf", "rgmii1", "rgmii2", "ephy", "wled", "nd_sd";
  69. ralink,function = "gpio";
  70. };
  71. };
  72. };
  73. &ethernet {
  74. pinctrl-names = "default";
  75. pinctrl-0 = <&ephy_pins>;
  76. mtd-mac-address = <&factory 0x4>;
  77. mediatek,portmap = "llllw";
  78. };
  79. &pcie {
  80. status = "okay";
  81. pcie-bridge {
  82. mt76@0,0 {
  83. reg = <0x0000 0 0 0 0>;
  84. device_type = "pci";
  85. mediatek,mtd-eeprom = <&factory 0x8000>;
  86. mediatek,2ghz = <0>;
  87. };
  88. };
  89. };
  90. &wmac {
  91. ralink,mtd-eeprom = <&factory 0>;
  92. };