34 lines
584 B
YAML
34 lines
584 B
YAML
# Copyright (c) 2020, Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Microchip XEC PECI controller
|
|
|
|
compatible: "microchip,xec-peci"
|
|
|
|
include: [peci.yaml, pinctrl-device.yaml]
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|
|
|
|
girqs:
|
|
type: array
|
|
required: true
|
|
description: Array of pairs of GIRQ number and bit position
|
|
|
|
pcrs:
|
|
type: array
|
|
required: true
|
|
description: ADC PCR register index and bit position
|
|
|
|
girq-cells:
|
|
- girqnum
|
|
- bitpos
|
|
|
|
pcr-cells:
|
|
- regidx
|
|
- bitpos
|