FRITZ7320.dts 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. /dts-v1/;
  2. /include/ "ar9.dtsi"
  3. / {
  4. model = "FRITZ7320 - 1&1 HomeServer";
  5. chosen {
  6. bootargs = "console=ttyLTQ0,115200 init=/etc/preinit";
  7. };
  8. memory@0 {
  9. reg = <0x0 0x4000000>;
  10. };
  11. fpi@10000000 {
  12. localbus@0 {
  13. nor-boot@0 {
  14. compatible = "lantiq,nor";
  15. bank-width = <2>;
  16. reg = <0 0x0 0x1000000>;
  17. #address-cells = <1>;
  18. #size-cells = <1>;
  19. partition@0 {
  20. label = "urlader";
  21. reg = <0x00000 0x20000>;
  22. read-only;
  23. };
  24. partition@20000 {
  25. label = "firmware";
  26. reg = <0x20000 0xf60000>;
  27. };
  28. partition@f80000 {
  29. label = "tffs (1)";
  30. reg = <0xf80000 0x40000>;
  31. read-only;
  32. };
  33. partition@fc0000 {
  34. label = "tffs (2)";
  35. reg = <0xfc0000 0x40000>;
  36. read-only;
  37. };
  38. };
  39. };
  40. gpio: pinmux@E100B10 {
  41. pinctrl-names = "default";
  42. pinctrl-0 = <&state_default>;
  43. state_default: pinmux {
  44. pci {
  45. lantiq,groups = "gnt1", "req1", "req2", "req3", "req4", "gnt2", "gnt3", "gnt4";
  46. lantiq,function = "pci";
  47. };
  48. pci-in {
  49. lantiq,groups = "req1", "req2", "req3", "req4";
  50. lantiq,output = <0>;
  51. lantiq,open-drain = <1>;
  52. lantiq,pull = <2>;
  53. };
  54. pci-out {
  55. lantiq,groups = "gnt1", "gnt2", "gnt3", "gnt4";
  56. lantiq,output = <1>;
  57. lantiq,pull = <0>;
  58. };
  59. };
  60. };
  61. etop@E180000 {
  62. phy-mode = "mii";
  63. mac-address = [ 00 11 22 33 44 55 ];
  64. };
  65. ifxhcd@E101000 {
  66. status = "okay";
  67. };
  68. pci@E105400 {
  69. status = "okay";
  70. req-mask = <0xf>;
  71. lantiq,bus-clock = <33333333>;
  72. interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
  73. interrupt-map = <0x7000 0 0 1 &icu0 30 1>;
  74. gpio-reset = <&gpio 21 0>;
  75. req-mask = <0xf>; /* GNT1 */
  76. };
  77. };
  78. gpio-keys-polled {
  79. compatible = "gpio-keys-polled";
  80. #address-cells = <1>;
  81. #size-cells = <0>;
  82. poll-interval = <100>;
  83. rfkill {
  84. label = "rfkill";
  85. gpios = <&gpio 1 1>;
  86. linux,code = <0xf7>;
  87. };
  88. dect {
  89. label = "dect";
  90. gpios = <&gpio 2 1>;
  91. linux,code = <0x102>;
  92. };
  93. };
  94. gpio-leds {
  95. compatible = "gpio-leds";
  96. power {
  97. label = "power";
  98. gpios = <&gpio 44 1>;
  99. };
  100. voice {
  101. label = "voice";
  102. gpios = <&gpio 47 1>;
  103. };
  104. dect {
  105. label = "dect";
  106. gpios = <&gpio 38 1>;
  107. };
  108. wlan {
  109. label = "wlan";
  110. gpios = <&gpio 37 1>;
  111. };
  112. online {
  113. label = "online";
  114. gpios = <&gpio 35 1>;
  115. };
  116. online2 {
  117. label = "online2";
  118. gpios = <&gpio 45 1>;
  119. };
  120. };
  121. };