FRITZ7360SL.dts 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  2. /dts-v1/;
  3. #include "FRITZ736X.dtsi"
  4. #include <dt-bindings/input/input.h>
  5. #include <dt-bindings/mips/lantiq_rcu_gphy.h>
  6. / {
  7. compatible = "avm,fritz7360sl", "avm,fritz736x", "lantiq,xway", "lantiq,vr9";
  8. model = "AVM FRITZ!Box 7360 SL";
  9. };
  10. &power_green {
  11. label = "fritz7360sl:green:power";
  12. };
  13. &power_red {
  14. label = "fritz7360sl:red:power";
  15. };
  16. &info_green {
  17. label = "fritz7360sl:green:info";
  18. };
  19. &wifi {
  20. label = "fritz7360sl:green:wlan";
  21. };
  22. &info_red {
  23. label = "fritz7360sl:red:info";
  24. };
  25. &dect {
  26. label = "fritz7360sl:green:dect";
  27. };
  28. &state_default {
  29. pcie-rst {
  30. lantiq,pins = "io38";
  31. lantiq,pull = <0>;
  32. lantiq,output = <1>;
  33. };
  34. };
  35. &localbus {
  36. nor@0 {
  37. compatible = "lantiq,nor";
  38. bank-width = <2>;
  39. reg = <0 0x0 0x1000000>;
  40. #address-cells = <1>;
  41. #size-cells = <1>;
  42. partitions {
  43. compatible = "fixed-partitions";
  44. #address-cells = <1>;
  45. #size-cells = <1>;
  46. urlader: partition@0 {
  47. label = "urlader";
  48. reg = <0x00000 0x20000>;
  49. read-only;
  50. };
  51. partition@20000 {
  52. label = "firmware";
  53. reg = <0x20000 0xf60000>;
  54. };
  55. partition@f80000 {
  56. label = "tffs (1)";
  57. reg = <0xf80000 0x40000>;
  58. read-only;
  59. };
  60. partition@fc0000 {
  61. label = "tffs (2)";
  62. reg = <0xfc0000 0x40000>;
  63. read-only;
  64. };
  65. };
  66. };
  67. };