sdm845-oneplus-enchilada.dts 688 B

12345678910111213141516171819202122232425262728293031323334
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * SDM845 OnePlus 6 (enchilada) device tree.
  4. *
  5. * Copyright (c) 2020, The Linux Foundation. All rights reserved.
  6. */
  7. #include "sdm845-oneplus-common.dtsi"
  8. / {
  9. model = "OnePlus 6";
  10. compatible = "oneplus,enchilada", "qcom,sdm845";
  11. chassis-type = "handset";
  12. qcom,msm-id = <0x141 0x20001>;
  13. qcom,board-id = <8 0 17819 22>;
  14. battery: battery {
  15. compatible = "simple-battery";
  16. charge-full-design-microamp-hours = <3300000>;
  17. voltage-min-design-microvolt = <3400000>;
  18. voltage-max-design-microvolt = <4400000>;
  19. };
  20. };
  21. &display_panel {
  22. status = "okay";
  23. compatible = "samsung,sofef00";
  24. };
  25. &bq27441_fg {
  26. monitored-battery = <&battery>;
  27. };