qca9563_tplink_re455-v1.dts 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  2. #include "qca9563_tplink_re450.dtsi"
  3. / {
  4. compatible = "tplink,re455-v1", "qca,qca9563";
  5. model = "TP-Link RE455 v1";
  6. aliases {
  7. label-mac-device = &eth0;
  8. };
  9. };
  10. &partitions {
  11. partition@0 {
  12. label = "u-boot";
  13. reg = <0x000000 0x020000>;
  14. read-only;
  15. };
  16. info: partition@20000 {
  17. label = "info";
  18. reg = <0x020000 0x002000>;
  19. read-only;
  20. };
  21. partition@22000 {
  22. label = "partition-table";
  23. reg = <0x022000 0x002000>;
  24. read-only;
  25. };
  26. partition@24000 {
  27. label = "info2";
  28. reg = <0x024000 0x00a000>;
  29. read-only;
  30. };
  31. partition@2e000 {
  32. label = "config";
  33. reg = <0x02e000 0x022000>;
  34. read-only;
  35. };
  36. partition@50000 {
  37. compatible = "tplink,firmware";
  38. label = "firmware";
  39. reg = <0x050000 0x7a0000>;
  40. };
  41. art: partition@7f0000 {
  42. label = "art";
  43. reg = <0x7f0000 0x010000>;
  44. read-only;
  45. };
  46. };
  47. &eth0 {
  48. nvmem-cells = <&macaddr_info_8>;
  49. nvmem-cell-names = "mac-address";
  50. };
  51. &wmac {
  52. mtd-cal-data = <&art 0x1000>;
  53. nvmem-cells = <&macaddr_info_8>;
  54. nvmem-cell-names = "mac-address";
  55. };
  56. &info {
  57. compatible = "nvmem-cells";
  58. #address-cells = <1>;
  59. #size-cells = <1>;
  60. macaddr_info_8: macaddr@8 {
  61. reg = <0x8 0x6>;
  62. };
  63. };