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/Bindings/hwmon/ti,tps23861.yaml

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 OR BSD-2-Clause)
    2 %YAML 1.2
    3 ---
    4 
    5 $id: http://devicetree.org/schemas/hwmon/ti,tps23861.yaml#
    6 $schema: http://devicetree.org/meta-schemas/core.yaml#
    7 
    8 title: TI TPS23861 PoE PSE
    9 
   10 maintainers:
   11   - Robert Marko <robert.marko@sartura.hr>
   12 
   13 description: |
   14   The TPS23861 is a IEEE 802.3at Quad Port Power-over-Ethernet PSE Controller.
   15 
   16   Datasheets:
   17   https://www.ti.com/lit/gpn/tps23861
   18 
   19 
   20 properties:
   21   compatible:
   22     enum:
   23       - ti,tps23861
   24 
   25   reg:
   26     maxItems: 1
   27 
   28   shunt-resistor-micro-ohms:
   29     description: The value of curent sense resistor in microohms.
   30     default: 255000
   31     minimum: 250000
   32     maximum: 255000
   33 
   34 required:
   35   - compatible
   36   - reg
   37 
   38 additionalProperties: false
   39 
   40 examples:
   41   - |
   42     i2c {
   43           #address-cells = <1>;
   44           #size-cells = <0>;
   45 
   46           tps23861@30 {
   47               compatible = "ti,tps23861";
   48               reg = <0x30>;
   49               shunt-resistor-micro-ohms = <255000>;
   50           };
   51     };

Cache object: 9eff93c48f458898726ed9db7be4d94e


[ 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.