| # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) |
| $id: http://devicetree.org/schemas/hwmon/starfive,jh71x0-temp.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: StarFive JH71x0 Temperature Sensor |
| - Emil Renner Berthing <kernel@esmil.dk> |
| StarFive Technology Co. JH71x0 embedded temperature sensor |
| additionalProperties: false |
| #include <dt-bindings/clock/starfive-jh7100.h> |
| #include <dt-bindings/reset/starfive-jh7100.h> |
| temperature-sensor@124a0000 { |
| compatible = "starfive,jh7100-temp"; |
| reg = <0x124a0000 0x10000>; |
| clocks = <&clkgen JH7100_CLK_TEMP_SENSE>, |
| <&clkgen JH7100_CLK_TEMP_APB>; |
| clock-names = "sense", "bus"; |
| #thermal-sensor-cells = <0>; |
| resets = <&rstgen JH7100_RSTN_TEMP_SENSE>, |
| <&rstgen JH7100_RSTN_TEMP_APB>; |
| reset-names = "sense", "bus"; |