ipq8071-ax6.dts 871 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  2. /* Copyright (c) 2021, Zhijun You <[email protected]> */
  3. /dts-v1/;
  4. #include "ipq8071-ax3600.dtsi"
  5. / {
  6. model = "Redmi AX6";
  7. compatible = "redmi,ax6", "qcom,ipq8074";
  8. leds {
  9. compatible = "gpio-leds";
  10. led_system_blue: system-blue {
  11. label = "blue:system";
  12. gpios = <&tlmm 21 GPIO_ACTIVE_HIGH>;
  13. };
  14. led_system_yellow: system-yellow {
  15. label = "yellow:system";
  16. gpios = <&tlmm 22 GPIO_ACTIVE_HIGH>;
  17. };
  18. network-blue {
  19. label = "blue:network";
  20. gpios = <&tlmm 42 GPIO_ACTIVE_HIGH>;
  21. };
  22. network-yellow {
  23. label = "yellow:network";
  24. gpios = <&tlmm 43 GPIO_ACTIVE_HIGH>;
  25. };
  26. };
  27. };
  28. /* AX6 can both have NAND of 256MiB or 128MiB.
  29. * To be on the safe side, assume 128MiB of NAND.
  30. */
  31. &rootfs {
  32. reg = <0x2dc0000 0x5220000>;
  33. };
  34. &wifi {
  35. qcom,ath11k-calibration-variant = "Redmi-AX6";
  36. };