samples: sip_svc: Add support for intel_socfpga_agilex5_socdk
Add support for intel_socfpga_agilex5_socdk for sip_svc sample application. Signed-off-by: Mahesh Rao <mahesh.rao@intel.com>
This commit is contained in:
parent
80a863f947
commit
5a7552bce8
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Copyright (C) 2023, Intel Corporation
|
||||
*
|
||||
*/
|
||||
|
||||
&sip_smc {
|
||||
status = "okay";
|
||||
zephyr,num-clients = <1>;
|
||||
};
|
Loading…
Reference in a new issue