1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-C 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 2 %YAML 1.2 2 %YAML 1.2 3 --- 3 --- 4 4 5 $id: http://devicetree.org/schemas/hwmon/ti,tp 5 $id: http://devicetree.org/schemas/hwmon/ti,tps23861.yaml# 6 $schema: http://devicetree.org/meta-schemas/co 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 7 8 title: TI TPS23861 PoE PSE 8 title: TI TPS23861 PoE PSE 9 9 10 maintainers: 10 maintainers: 11 - Robert Marko <robert.marko@sartura.hr> 11 - Robert Marko <robert.marko@sartura.hr> 12 12 13 description: | 13 description: | 14 The TPS23861 is a IEEE 802.3at Quad Port Pow 14 The TPS23861 is a IEEE 802.3at Quad Port Power-over-Ethernet PSE Controller. 15 15 16 Datasheets: 16 Datasheets: 17 https://www.ti.com/lit/gpn/tps23861 17 https://www.ti.com/lit/gpn/tps23861 18 18 19 19 20 properties: 20 properties: 21 compatible: 21 compatible: 22 enum: 22 enum: 23 - ti,tps23861 23 - ti,tps23861 24 24 25 reg: 25 reg: 26 maxItems: 1 26 maxItems: 1 27 27 28 shunt-resistor-micro-ohms: 28 shunt-resistor-micro-ohms: 29 description: The value of current sense re 29 description: The value of current sense resistor in microohms. 30 default: 255000 30 default: 255000 31 minimum: 250000 31 minimum: 250000 32 maximum: 255000 32 maximum: 255000 33 33 34 required: 34 required: 35 - compatible 35 - compatible 36 - reg 36 - reg 37 37 38 allOf: 38 allOf: 39 - $ref: hwmon-common.yaml# 39 - $ref: hwmon-common.yaml# 40 40 41 unevaluatedProperties: false 41 unevaluatedProperties: false 42 42 43 examples: 43 examples: 44 - | 44 - | 45 i2c { 45 i2c { 46 #address-cells = <1>; 46 #address-cells = <1>; 47 #size-cells = <0>; 47 #size-cells = <0>; 48 48 49 tps23861@30 { 49 tps23861@30 { 50 compatible = "ti,tps23861"; 50 compatible = "ti,tps23861"; 51 reg = <0x30>; 51 reg = <0x30>; 52 shunt-resistor-micro-ohms = <25500 52 shunt-resistor-micro-ohms = <255000>; 53 }; 53 }; 54 }; 54 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.