1# Copyright (c) 2023 Intel Corporation
2#
3# SPDX-License-Identifier: Apache-2.0
4
5description: SiP SVC driver instance on Intel Agilex SOC FPGA for SMC call
6
7compatible: "intel,socfpga-agilex-sip-smc"
8
9include: base.yaml
10
11properties:
12  method:
13    type: string
14    const: smc
15    required: true
16    description: |
17      The method of calling the EL3 firmware.The current driver only supports
18      communication with EL3 firmware.
19  zephyr,num-clients:
20    type: int
21    required: true
22    description: |
23      Number of allowed clients that can communicate with lower layer.
24      Maximum allowed is 16.
25