Naveen Krishna Chatradhi | 7b48803 | 2014-09-14 00:46:56 +0900 | [diff] [blame] | 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 | |
| 15 | &adc { |
Krzysztof Kozlowski | 31d3f32 | 2016-04-06 11:00:40 +0900 | [diff] [blame] | 16 | thermistor3 { |
Naveen Krishna Chatradhi | 7b48803 | 2014-09-14 00:46:56 +0900 | [diff] [blame] | 17 | compatible = "murata,ncp15wb473"; |
| 18 | pullup-uv = <1800000>; |
| 19 | pullup-ohm = <47000>; |
| 20 | pulldown-ohm = <0>; |
| 21 | io-channels = <&adc 3>; |
| 22 | }; |
Krzysztof Kozlowski | 31d3f32 | 2016-04-06 11:00:40 +0900 | [diff] [blame] | 23 | thermistor4 { |
Naveen Krishna Chatradhi | 7b48803 | 2014-09-14 00:46:56 +0900 | [diff] [blame] | 24 | compatible = "murata,ncp15wb473"; |
| 25 | pullup-uv = <1800000>; |
| 26 | pullup-ohm = <47000>; |
| 27 | pulldown-ohm = <0>; |
| 28 | io-channels = <&adc 4>; |
| 29 | }; |
Krzysztof Kozlowski | 31d3f32 | 2016-04-06 11:00:40 +0900 | [diff] [blame] | 30 | thermistor5 { |
Naveen Krishna Chatradhi | 7b48803 | 2014-09-14 00:46:56 +0900 | [diff] [blame] | 31 | compatible = "murata,ncp15wb473"; |
| 32 | pullup-uv = <1800000>; |
| 33 | pullup-ohm = <47000>; |
| 34 | pulldown-ohm = <0>; |
| 35 | io-channels = <&adc 5>; |
| 36 | }; |
Krzysztof Kozlowski | 31d3f32 | 2016-04-06 11:00:40 +0900 | [diff] [blame] | 37 | thermistor6 { |
Naveen Krishna Chatradhi | 7b48803 | 2014-09-14 00:46:56 +0900 | [diff] [blame] | 38 | compatible = "murata,ncp15wb473"; |
| 39 | pullup-uv = <1800000>; |
| 40 | pullup-ohm = <47000>; |
| 41 | pulldown-ohm = <0>; |
| 42 | io-channels = <&adc 6>; |
| 43 | }; |
| 44 | }; |