1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/hwmon/moortec,mr75203.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Moortec Semiconductor MR75203 PVT Controller bindings
10 - Rahul Tanwar <rtanwar@maxlinear.com>
14 const: moortec,mr75203
18 - description: PVT common registers
19 - description: PVT temprature sensor registers
20 - description: PVT process detector registers
21 - description: PVT voltage monitor registers
32 PVT controller has 5 VM (voltage monitor) sensors.
33 vm-map defines CPU core to VM instance mapping. A
34 value of 0xff means that VM sensor is unused.
35 $ref: /schemas/types.yaml#/definitions/uint8-array
44 "#thermal-sensor-cells":
54 - "#thermal-sensor-cells"
56 additionalProperties: false
61 compatible = "moortec,mr75203";
62 reg = <0xe0680000 0x80>,
66 reg-names = "common", "ts", "pd", "vm";
67 intel,vm-map = [03 01 04 ff ff];
69 resets = <&rcu0 0x40 7>;
70 #thermal-sensor-cells = <1>;