zephyr/dts/bindings/sip_svc/intel,agilex-socfpga-sip-smc.yaml
Mahesh Rao c5d224abb6 dts: arm64: intel: Change compat string for Intel Agilex SiP SMC driver.
Change compat string from intel,agilex-socfpga-sip-smc
to intel,socfpga-agilex-sip-smc for Intel AGILEX SOC FPGA sip smc driver.

Signed-off-by: Mahesh Rao <mahesh.rao@intel.com>
2023-09-15 09:26:49 +02:00

25 lines
603 B
YAML

# Copyright (c) 2023 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
description: SiP SVC driver instance on Intel Agilex SOC FPGA for SMC call
compatible: "intel,socfpga-agilex-sip-smc"
include: base.yaml
properties:
method:
type: string
const: smc
required: true
description: |
The method of calling the EL3 firmware.The current driver only supports
communication with EL3 firmware.
zephyr,num-clients:
type: int
required: true
description: |
Number of allowed clients that can communicate with lower layer.
Maximum allowed is 16.