ARV7525PW.dts 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. /dts-v1/;
  2. /include/ "danube.dtsi"
  3. / {
  4. model = "ARV7525PW - Speedport W303V Typ A";
  5. chosen {
  6. bootargs = "console=ttyLTQ0,115200 init=/etc/preinit";
  7. };
  8. memory@0 {
  9. reg = <0x0 0x2000000>;
  10. };
  11. sram@1F000000 {
  12. vmmc@107000 {
  13. status = "okay";
  14. gpios = <&gpio 31 0>;
  15. };
  16. };
  17. fpi@10000000 {
  18. localbus@0 {
  19. nor-boot@0 {
  20. compatible = "lantiq,nor";
  21. bank-width = <2>;
  22. reg = <0 0x0 0x2000000>;
  23. #address-cells = <1>;
  24. #size-cells = <1>;
  25. partition@0 {
  26. label = "uboot";
  27. reg = <0x00000 0x10000>;
  28. read-only;
  29. };
  30. partition@10000 {
  31. label = "uboot_env";
  32. reg = <0x10000 0x10000>;
  33. read-only;
  34. };
  35. partition@20000 {
  36. label = "firmware";
  37. reg = <0x20000 0x3d0000>;
  38. };
  39. partition@400000 {
  40. label = "board_config";
  41. reg = <0x3f0000 0x10000>;
  42. read-only;
  43. };
  44. };
  45. mac_addr {
  46. compatible = "lantiq,eth-mac";
  47. reg = <0 0x3f0016 0x6>;
  48. mac-increment = <2>;
  49. };
  50. ralink_eep {
  51. compatible = "ralink,eeprom";
  52. ralink,eeprom = "RT2860.eeprom";
  53. reg = <0 0x3f0410 0x110>;
  54. };
  55. };
  56. gpio: pinmux@E100B10 {
  57. pinctrl-names = "default";
  58. pinctrl-0 = <&state_default>;
  59. state_default: pinmux {
  60. exin {
  61. lantiq,groups = "exin1";
  62. lantiq,function = "exin";
  63. };
  64. pci {
  65. lantiq,groups = "gnt1", "req1";
  66. lantiq,function = "pci";
  67. };
  68. };
  69. };
  70. etop@E180000 {
  71. phy-mode = "mii";
  72. };
  73. pci@E105400 {
  74. status = "okay";
  75. interrupt-map = <0x7000 0 0 1 &icu0 135 1>;
  76. req-mask = <0x1>;
  77. };
  78. };
  79. gpio-keys-polled {
  80. compatible = "gpio-keys-polled";
  81. #address-cells = <1>;
  82. #size-cells = <0>;
  83. poll-interval = <100>;
  84. wps {
  85. label = "wps";
  86. gpios = <&gpio 29 1>;
  87. linux,code = <0x211>;
  88. };
  89. reset {
  90. label = "reset";
  91. gpios = <&gpio 30 1>;
  92. linux,code = <0x198>;
  93. };
  94. };
  95. gpio-leds {
  96. compatible = "gpio-leds";
  97. power {
  98. label = "power";
  99. gpios = <&gpio 3 1>;
  100. };
  101. power1 {
  102. label = "power1";
  103. gpios = <&gpio 4 1>;
  104. };
  105. online {
  106. label = "online";
  107. gpios = <&gpio 5 1>;
  108. };
  109. voice {
  110. label = "voice";
  111. gpios = <&gpio 6 1>;
  112. };
  113. voice2 {
  114. label = "voice2";
  115. gpios = <&gpio 8 1>;
  116. };
  117. wifi {
  118. label = "wifi";
  119. gpios = <&gpio 9 1>;
  120. };
  121. };
  122. };