The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/src/arm/cros-adc-thermistors.dtsi

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    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 
   12 &adc {
   13         thermistor3 {
   14                 compatible = "murata,ncp15wb473";
   15                 pullup-uv = <1800000>;
   16                 pullup-ohm = <47000>;
   17                 pulldown-ohm = <0>;
   18                 io-channels = <&adc 3>;
   19         };
   20         thermistor4 {
   21                 compatible = "murata,ncp15wb473";
   22                 pullup-uv = <1800000>;
   23                 pullup-ohm = <47000>;
   24                 pulldown-ohm = <0>;
   25                 io-channels = <&adc 4>;
   26         };
   27         thermistor5 {
   28                 compatible = "murata,ncp15wb473";
   29                 pullup-uv = <1800000>;
   30                 pullup-ohm = <47000>;
   31                 pulldown-ohm = <0>;
   32                 io-channels = <&adc 5>;
   33         };
   34         thermistor6 {
   35                 compatible = "murata,ncp15wb473";
   36                 pullup-uv = <1800000>;
   37                 pullup-ohm = <47000>;
   38                 pulldown-ohm = <0>;
   39                 io-channels = <&adc 6>;
   40         };
   41 };

Cache object: f50e1fa96072a59062da9a7eee93f1e3


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.