qcom-ipq8065-xr500.dts 855 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  2. #include "qcom-ipq8065-nighthawk.dtsi"
  3. / {
  4. model = "Netgear Nighthawk XR500";
  5. compatible = "netgear,xr500", "qcom,ipq8065", "qcom,ipq8064";
  6. };
  7. &leds {
  8. usb1 {
  9. label = "white:usb1";
  10. gpios = <&qcom_pinmux 8 GPIO_ACTIVE_HIGH>;
  11. };
  12. usb2 {
  13. label = "white:usb2";
  14. gpios = <&qcom_pinmux 26 GPIO_ACTIVE_HIGH>;
  15. };
  16. };
  17. &partitions {
  18. partition@1880000 {
  19. label = "ubi";
  20. reg = <0x1880000 0xce00000>;
  21. };
  22. partition@e680000 {
  23. label = "reserve";
  24. reg = <0xe680000 0x0780000>;
  25. read-only;
  26. };
  27. };
  28. &wifi0 {
  29. nvmem-cells = <&macaddr_art_c>;
  30. nvmem-cell-names = "mac-address";
  31. };
  32. &wifi1 {
  33. nvmem-cells = <&macaddr_art_0>;
  34. nvmem-cell-names = "mac-address";
  35. };
  36. &art {
  37. compatible = "nvmem-cells";
  38. #address-cells = <1>;
  39. #size-cells = <1>;
  40. macaddr_art_c: macaddr@c {
  41. reg = <0xc 0x6>;
  42. };
  43. };