0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003 * Thermistor dts fragment for devices that use Thermistors as
0004 * children of the IIO based ADC.
0005 *
0006 * Currently, used by Exynos5420 based Peach PIT and
0007 * Exynos5800 based Peach PI.
0008 *
0009 * Copyright (c) 2014 Samsung Electronics Co., Ltd.
0010 */
0011
0012 &adc {
0013 thermistor3 {
0014 compatible = "murata,ncp15wb473";
0015 pullup-uv = <1800000>;
0016 pullup-ohm = <47000>;
0017 pulldown-ohm = <0>;
0018 io-channels = <&adc 3>;
0019 };
0020 thermistor4 {
0021 compatible = "murata,ncp15wb473";
0022 pullup-uv = <1800000>;
0023 pullup-ohm = <47000>;
0024 pulldown-ohm = <0>;
0025 io-channels = <&adc 4>;
0026 };
0027 thermistor5 {
0028 compatible = "murata,ncp15wb473";
0029 pullup-uv = <1800000>;
0030 pullup-ohm = <47000>;
0031 pulldown-ohm = <0>;
0032 io-channels = <&adc 5>;
0033 };
0034 thermistor6 {
0035 compatible = "murata,ncp15wb473";
0036 pullup-uv = <1800000>;
0037 pullup-ohm = <47000>;
0038 pulldown-ohm = <0>;
0039 io-channels = <&adc 6>;
0040 };
0041 };