Path: blob/master/Documentation/devicetree/bindings/hwmon/amd,sbtsi.yaml
26308 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/hwmon/amd,sbtsi.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: >7Sideband interface Temperature Sensor Interface (SB-TSI) compliant8AMD SoC temperature device910maintainers:11- Kun Yi <kunyi@google.com>12- Supreeth Venkatesh <supreeth.venkatesh@amd.com>1314description: |15SB Temperature Sensor Interface (SB-TSI) is an SMBus compatible16interface that reports AMD SoC's Ttcl (normalized temperature),17and resembles a typical 8-pin remote temperature sensor's I2C interface18to BMC. The emulated thermal sensor can report temperatures in increments19of 0.125 degrees, ranging from 0 to 255.875.2021properties:22compatible:23enum:24- amd,sbtsi2526reg:27maxItems: 128description: |29I2C bus address of the device as specified in Section 6.3.1 of the30SoC register reference. The SB-TSI address is normally 98h for socket310 and 90h for socket 1, but it could vary based on hardware address32select pins.33\[open source SoC register reference\]34https://www.amd.com/system/files/TechDocs/56255_OSRR.pdf3536required:37- compatible38- reg3940additionalProperties: false4142examples:43- |44i2c {45#address-cells = <1>;46#size-cells = <0>;4748sbtsi@4c {49compatible = "amd,sbtsi";50reg = <0x4c>;51};52};53...545556