sdm845-oneplus-fajita.dts 730 B

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