cros-adc-thermistors.dtsi 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /*
  2. * Thermistor dts fragment for devices that use Thermistors as
  3. * children of the IIO based ADC.
  4. *
  5. * Currently, used by Exynos5420 based Peach PIT and
  6. * Exynos5800 based Peach PI.
  7. *
  8. * Copyright (c) 2014 Samsung Electronics Co., Ltd.
  9. *
  10. * This program is free software; you can redistribute it and/or modify
  11. * it under the terms of the GNU General Public License version 2 as
  12. * published by the Free Software Foundation.
  13. */
  14. &adc {
  15. ncp15wb473@3 {
  16. compatible = "murata,ncp15wb473";
  17. pullup-uv = <1800000>;
  18. pullup-ohm = <47000>;
  19. pulldown-ohm = <0>;
  20. io-channels = <&adc 3>;
  21. };
  22. ncp15wb473@4 {
  23. compatible = "murata,ncp15wb473";
  24. pullup-uv = <1800000>;
  25. pullup-ohm = <47000>;
  26. pulldown-ohm = <0>;
  27. io-channels = <&adc 4>;
  28. };
  29. ncp15wb473@5 {
  30. compatible = "murata,ncp15wb473";
  31. pullup-uv = <1800000>;
  32. pullup-ohm = <47000>;
  33. pulldown-ohm = <0>;
  34. io-channels = <&adc 5>;
  35. };
  36. ncp15wb473@6 {
  37. compatible = "murata,ncp15wb473";
  38. pullup-uv = <1800000>;
  39. pullup-ohm = <47000>;
  40. pulldown-ohm = <0>;
  41. io-channels = <&adc 6>;
  42. };
  43. };