# Copyright (c) 2024 Nordic Semiconductor ASA # SPDX-License-Identifier: Apache-2.0 description: | Nordic BELLBOARD BELLBOARD provides support for inter-domain software signaling. It implements a set of tasks and events intended for signaling within an interprocessor communication (IPC) framework. When used in the tx mode, the BELLBOARD instance is used to trigger events to another core. Example definition: bellboard: mailbox@deadbeef { compatible = "nordic,nrf-bellboard-tx"; reg = <0xdeadbeef 0x1000>; #mbox-cells = <1>; }; compatible: "nordic,nrf-bellboard-tx" include: "nordic,nrf-bellboard-common.yaml"