2
0

qcom-ipq8065-xr450.dts 798 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  2. #include "qcom-ipq8065-nighthawk.dtsi"
  3. / {
  4. model = "Netgear Nighthawk XR450";
  5. compatible = "netgear,xr450", "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>, <&precal_art_1000>;
  30. nvmem-cell-names = "mac-address", "pre-calibration";
  31. };
  32. &wifi1 {
  33. nvmem-cells = <&macaddr_art_0>, <&precal_art_5000>;
  34. nvmem-cell-names = "mac-address", "pre-calibration";
  35. };