qcom-ipq8065-r7800.dts 836 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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 1>, <&precal_art_1000>;
  33. nvmem-cell-names = "mac-address", "pre-calibration";
  34. };
  35. &wifi1 {
  36. nvmem-cells = <&macaddr_art_6 2>, <&precal_art_5000>;
  37. nvmem-cell-names = "mac-address", "pre-calibration";
  38. };