Advertisement
Guest User

qca9563_tplink_eap245v3.dts

a guest
Jun 6th, 2020
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. ## qca9563_tplink_eap245v3.dts
  2. // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  3. /dts-v1/;
  4.  
  5. #include "qca9563_tplink_eap245v3.dtsi"
  6.  
  7. / {
  8. compatible = "tplink,eap245v3", "qca,qca9563";
  9. model = "TP-Link EAP245 v3";
  10. };
  11.  
  12. &gpio_keys {
  13. reset {
  14. label = "Reset button";
  15. linux,code = <KEY_RESTART>;
  16. gpios = <&gpio 5 GPIO_ACTIVE_LOW>;
  17. debounce-interval = <60>;
  18. };
  19. };
  20.  
  21. &mtdparts {
  22. partition@0 {
  23. label = "factory-uboot";
  24. reg = <0x000000 0x040000>;
  25. read-only;
  26. };
  27.  
  28. partition@40000 {
  29. label = "u-boot";
  30. reg = <0x040000 0x040000>;
  31. read-only;
  32. };
  33.  
  34. partition@80000 {
  35. label = "partition-table";
  36. reg = <0x080000 0x010000>;
  37. read-only;
  38. };
  39.  
  40. info: partition@90000 {
  41. label = "info";
  42. reg = <0x090000 0x010000>;
  43. read-only;
  44. };
  45.  
  46. art: partition@A0000 {
  47. label = "art";
  48. reg = <0x0A0000 0x010000>;
  49. read-only;
  50. };
  51.  
  52. partition@c0000 {
  53. label = "firmware";
  54. reg = <0x0c0000 0xf00000>;
  55. compatible = "denx,uimage";
  56. };
  57.  
  58. partition@80000 {
  59. label = "user-config";
  60. reg = <0xf00000 0x030000>;
  61. read-only;
  62. };
  63.  
  64. partition@ff0000 {
  65. label = "default-config";
  66. reg = <0xff0000 0x010000>;
  67. read-only;
  68. };
  69. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement