Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2025
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. --- target/linux/ath79/dts/ar9344_tplink_tl-wdr3600-v1.dts 2024-08-14 23:08:50.238269024 -0700
  2. +++ target/linux/ath79/dts/ar9344_tplink_tl-wdr3600-16m.dts 2025-01-03 06:01:09.314920594 -0800
  3. @@ -3,6 +3,27 @@
  4. #include "ar9344_tplink_tl-wdr4300.dtsi"
  5.  
  6. / {
  7. - model = "TP-Link TL-WDR3600 v1";
  8. - compatible = "tplink,tl-wdr3600-v1", "qca,ar9344";
  9. + model = "TP-Link TL-WDR3600 16M";
  10. + compatible = "tplink,tl-wdr3600-16m", "qca,ar9344";
  11. };
  12. +
  13. +&spi {
  14. + status = "okay";
  15. +
  16. + flash@0 {
  17. + partitions {
  18. + partition@20000 {
  19. + compatible = "tplink,firmware";
  20. + label = "firmware";
  21. + reg = <0x020000 0xfd0000>;
  22. + };
  23. +
  24. + art: partition@7f0000 {
  25. + label = "art";
  26. + reg = <0xff0000 0x010000>;
  27. + read-only;
  28. + };
  29. + };
  30. + };
  31. +};
  32.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement