1# Copyright (c) 2020, Intel Corporation 2# SPDX-License-Identifier: Apache-2.0 3 4description: Microchip XEC PECI controller 5 6compatible: "microchip,xec-peci" 7 8include: [peci.yaml, pinctrl-device.yaml] 9 10properties: 11 reg: 12 required: true 13 14 interrupts: 15 required: true 16 17 girqs: 18 type: array 19 required: true 20 description: Array of pairs of GIRQ number and bit position 21 22 pcrs: 23 type: array 24 required: true 25 description: ADC PCR register index and bit position 26