1# Copyright (c) 2024 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4description: |
5  Nordic BELLBOARD
6
7  BELLBOARD provides support for inter-domain software signaling. It implements
8  a set of tasks and events intended for signaling within an interprocessor
9  communication (IPC) framework. When used in the tx mode, the BELLBOARD
10  instance is used to trigger events to another core.
11
12  Example definition:
13
14    bellboard: mailbox@deadbeef {
15      compatible = "nordic,nrf-bellboard-tx";
16      reg = <0xdeadbeef 0x1000>;
17      #mbox-cells = <1>;
18    };
19
20compatible: "nordic,nrf-bellboard-tx"
21
22include: "nordic,nrf-bellboard-common.yaml"
23