xref: /freebsd/sys/contrib/device-tree/Bindings/peci/peci-controller.yaml (revision 7ef62cebc2f965b0f640263e179276928885e33d)
1c9ccf3a3SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2c9ccf3a3SEmmanuel Vadot%YAML 1.2
3c9ccf3a3SEmmanuel Vadot---
4c9ccf3a3SEmmanuel Vadot$id: http://devicetree.org/schemas/peci/peci-controller.yaml#
5c9ccf3a3SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
6c9ccf3a3SEmmanuel Vadot
7*7ef62cebSEmmanuel Vadottitle: Generic for PECI
8c9ccf3a3SEmmanuel Vadot
9c9ccf3a3SEmmanuel Vadotmaintainers:
10c9ccf3a3SEmmanuel Vadot  - Iwona Winiarska <iwona.winiarska@intel.com>
11c9ccf3a3SEmmanuel Vadot
12c9ccf3a3SEmmanuel Vadotdescription:
13c9ccf3a3SEmmanuel Vadot  PECI (Platform Environment Control Interface) is an interface that provides a
14c9ccf3a3SEmmanuel Vadot  communication channel from Intel processors and chipset components to external
15c9ccf3a3SEmmanuel Vadot  monitoring or control devices.
16c9ccf3a3SEmmanuel Vadot
17c9ccf3a3SEmmanuel Vadotproperties:
18c9ccf3a3SEmmanuel Vadot  $nodename:
19c9ccf3a3SEmmanuel Vadot    pattern: "^peci-controller(@.*)?$"
20c9ccf3a3SEmmanuel Vadot
21c9ccf3a3SEmmanuel Vadot  cmd-timeout-ms:
22c9ccf3a3SEmmanuel Vadot    description:
23c9ccf3a3SEmmanuel Vadot      Command timeout in units of ms.
24c9ccf3a3SEmmanuel Vadot
25c9ccf3a3SEmmanuel VadotadditionalProperties: true
26c9ccf3a3SEmmanuel Vadot
27c9ccf3a3SEmmanuel Vadotexamples:
28c9ccf3a3SEmmanuel Vadot  - |
29c9ccf3a3SEmmanuel Vadot    peci-controller@1e78b000 {
30c9ccf3a3SEmmanuel Vadot      reg = <0x1e78b000 0x100>;
31c9ccf3a3SEmmanuel Vadot      cmd-timeout-ms = <500>;
32c9ccf3a3SEmmanuel Vadot    };
33c9ccf3a3SEmmanuel Vadot...
34