Lines Matching +full:peci +full:- +full:controller
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/peci/peci-aspeed.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Aspeed PECI Bus
10 - Iwona Winiarska <iwona.winiarska@intel.com>
11 - Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com>
14 - $ref: peci-controller.yaml#
19 - aspeed,ast2400-peci
20 - aspeed,ast2500-peci
21 - aspeed,ast2600-peci
31 Clock source for PECI controller. Should reference the external
38 cmd-timeout-ms:
43 clock-frequency:
45 The desired operation frequency of PECI controller in Hz.
51 - compatible
52 - reg
53 - interrupts
54 - clocks
55 - resets
60 - |
61 #include <dt-bindings/interrupt-controller/arm-gic.h>
62 #include <dt-bindings/clock/ast2600-clock.h>
63 peci-controller@1e78b000 {
64 compatible = "aspeed,ast2600-peci";
69 cmd-timeout-ms = <1000>;
70 clock-frequency = <1000000>;