cros-adc-thermistors.dtsi 904 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * Thermistor dts fragment for devices that use Thermistors as
  4. * children of the IIO based ADC.
  5. *
  6. * Currently, used by Exynos5420 based Peach PIT and
  7. * Exynos5800 based Peach PI.
  8. *
  9. * Copyright (c) 2014 Samsung Electronics Co., Ltd.
  10. */
  11. &adc {
  12. thermistor3 {
  13. compatible = "murata,ncp15wb473";
  14. pullup-uv = <1800000>;
  15. pullup-ohm = <47000>;
  16. pulldown-ohm = <0>;
  17. io-channels = <&adc 3>;
  18. };
  19. thermistor4 {
  20. compatible = "murata,ncp15wb473";
  21. pullup-uv = <1800000>;
  22. pullup-ohm = <47000>;
  23. pulldown-ohm = <0>;
  24. io-channels = <&adc 4>;
  25. };
  26. thermistor5 {
  27. compatible = "murata,ncp15wb473";
  28. pullup-uv = <1800000>;
  29. pullup-ohm = <47000>;
  30. pulldown-ohm = <0>;
  31. io-channels = <&adc 5>;
  32. };
  33. thermistor6 {
  34. compatible = "murata,ncp15wb473";
  35. pullup-uv = <1800000>;
  36. pullup-ohm = <47000>;
  37. pulldown-ohm = <0>;
  38. io-channels = <&adc 6>;
  39. };
  40. };