blob: 97e616f7b841dbbc078f9510ee22887fd06c8e0f [file] [log] [blame]
Thomas Gleixnerd2912cb2019-06-04 10:11:33 +02001// SPDX-License-Identifier: GPL-2.0-only
Naveen Krishna Chatradhi7b488032014-09-14 00:46:56 +09002/*
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.
Naveen Krishna Chatradhi7b488032014-09-14 00:46:56 +090010*/
11
12&adc {
Krzysztof Kozlowski31d3f322016-04-06 11:00:40 +090013 thermistor3 {
Naveen Krishna Chatradhi7b488032014-09-14 00:46:56 +090014 compatible = "murata,ncp15wb473";
15 pullup-uv = <1800000>;
16 pullup-ohm = <47000>;
17 pulldown-ohm = <0>;
18 io-channels = <&adc 3>;
19 };
Krzysztof Kozlowski31d3f322016-04-06 11:00:40 +090020 thermistor4 {
Naveen Krishna Chatradhi7b488032014-09-14 00:46:56 +090021 compatible = "murata,ncp15wb473";
22 pullup-uv = <1800000>;
23 pullup-ohm = <47000>;
24 pulldown-ohm = <0>;
25 io-channels = <&adc 4>;
26 };
Krzysztof Kozlowski31d3f322016-04-06 11:00:40 +090027 thermistor5 {
Naveen Krishna Chatradhi7b488032014-09-14 00:46:56 +090028 compatible = "murata,ncp15wb473";
29 pullup-uv = <1800000>;
30 pullup-ohm = <47000>;
31 pulldown-ohm = <0>;
32 io-channels = <&adc 5>;
33 };
Krzysztof Kozlowski31d3f322016-04-06 11:00:40 +090034 thermistor6 {
Naveen Krishna Chatradhi7b488032014-09-14 00:46:56 +090035 compatible = "murata,ncp15wb473";
36 pullup-uv = <1800000>;
37 pullup-ohm = <47000>;
38 pulldown-ohm = <0>;
39 io-channels = <&adc 6>;
40 };
41};