1# Copyright (c) 2019 Intel Corporation 2# Copyright (c) 2020 Microchip Technology Inc. 3# SPDX-License-Identifier: Apache-2.0 4 5description: Microchip ESPI SAF controller 6 7compatible: "microchip,xec-espi-saf" 8 9include: espi-controller.yaml 10 11properties: 12 reg: 13 description: mmio register space 14 required: true 15 16 io_girq: 17 type: int 18 description: soc group irq index for eSPI I/O 19 20 poll_timeout: 21 type: int 22 description: poll flash busy timeout in 32KHz periods 23 24 poll_interval: 25 type: int 26 description: interval between flash busy poll in 20 ns units 27 28 consec_rd_timeout: 29 type: int 30 description: timeout after last read to resume supended operations in 20 ns units 31 32 sus_chk_delay: 33 type: int 34 description: hold off poll after suspend in 20 ns units 35 36 sus_rsm_interval: 37 type: int 38 description: force suspended erase or program to resume in 32KHz periods 39