1#-------------------------------------------------------------------------------
2# Copyright (c) 2021-2022 Cypress Semiconductor Corporation (an Infineon
3# company) or an affiliate of Cypress Semiconductor Corporation. All rights
4# reserved.
5# Copyright (c) 2024, Arm Limited. All rights reserved.
6#
7# SPDX-License-Identifier: BSD-3-Clause
8#
9#-------------------------------------------------------------------------------
10
11{
12  "psa_framework_version": 1.1,
13  "name": "TFM_NS_MAILBOX_AGENT",
14  "type": "PSA-ROT",
15  "ns_agent": true,
16  "priority": "LOW",
17  "model": "IPC",
18  "entry_point": "ns_agent_mailbox_entry",
19  "stack_size": "NS_AGENT_MAILBOX_STACK_SIZE",
20  "client_id_base": "-0x0400ffff",
21  "client_id_limit": "-0x04000000",
22  "irqs": [
23    {
24      "source": "MAILBOX_IRQ",
25      "name": "MAILBOX_INTERRUPT",
26      "handling": "SLIH",
27      "client_id_base": "-0x0400ffff",
28      "client_id_limit": "-0x04000000",
29    }
30  ],
31}
32