Path: blob/master/Documentation/devicetree/bindings/hwmon/jedec,jc42.yaml
26308 views
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause1%YAML 1.22---3$id: http://devicetree.org/schemas/hwmon/jedec,jc42.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Jedec JC-42.4 compatible temperature sensors78maintainers:9- Jean Delvare <jdelvare@suse.com>10- Guenter Roeck <linux@roeck-us.net>1112select:13properties:14compatible:15const: jedec,jc-42.4-temp1617required:18- compatible1920properties:21compatible:22oneOf:23- const: jedec,jc-42.4-temp24- items:25- enum:26- adi,adt740827- atmel,at30ts0028- atmel,at30tse00429- idt,tse200230- idt,tse200431- idt,ts300032- idt,ts300133- maxim,max660434- microchip,mcp980435- microchip,mcp980536- microchip,mcp980837- microchip,mcp9824338- microchip,mcp9824439- microchip,mcp984340- nxp,se9741- nxp,se97b42- nxp,se9843- onnn,cat609544- onnn,cat34ts0245- st,stts200246- st,stts200447- st,stts300048- st,stts42449- st,stts424e50- const: jedec,jc-42.4-temp5152reg:53maxItems: 15455smbus-timeout-disable:56description: |57When set, the smbus timeout function will be disabled. This is not58supported on all chips.59type: boolean6061required:62- compatible63- reg6465additionalProperties: false6667examples:68- |69i2c {70#address-cells = <1>;71#size-cells = <0>;7273temp-sensor@1a {74compatible = "jedec,jc-42.4-temp";75reg = <0x1a>;76};77};787980