qcom-ipq8065-r7800.dts 818 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. #include "qcom-ipq8065-nighthawk.dtsi"
  2. / {
  3. model = "Netgear Nighthawk X4S R7800";
  4. compatible = "netgear,r7800", "qcom,ipq8065", "qcom,ipq8064";
  5. };
  6. &leds {
  7. usb1 {
  8. label = "white:usb1";
  9. gpios = <&qcom_pinmux 7 GPIO_ACTIVE_HIGH>;
  10. };
  11. usb2 {
  12. label = "white:usb2";
  13. gpios = <&qcom_pinmux 8 GPIO_ACTIVE_HIGH>;
  14. };
  15. esata {
  16. label = "white:esata";
  17. gpios = <&qcom_pinmux 26 GPIO_ACTIVE_HIGH>;
  18. };
  19. };
  20. &partitions {
  21. partition@1880000 {
  22. label = "ubi";
  23. reg = <0x1880000 0x6080000>;
  24. };
  25. partition@7900000 {
  26. label = "reserve";
  27. reg = <0x7900000 0x0700000>;
  28. read-only;
  29. };
  30. };
  31. &wifi0 {
  32. nvmem-cells = <&macaddr_art_6>;
  33. nvmem-cell-names = "mac-address";
  34. mac-address-increment = <(1)>;
  35. };
  36. &wifi1 {
  37. nvmem-cells = <&macaddr_art_6>;
  38. nvmem-cell-names = "mac-address";
  39. mac-address-increment = <(2)>;
  40. };