2024-02-22 23:23:08 +08:00
|
|
|
# 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
|
2024-05-22 19:26:25 +08:00
|
|
|
communication (IPC) framework. When used in the tx mode, the BELLBOARD
|
2024-02-22 23:23:08 +08:00
|
|
|
instance is used to trigger events to another core.
|
|
|
|
|
|
|
|
Example definition:
|
|
|
|
|
|
|
|
bellboard: mailbox@deadbeef {
|
2024-05-22 19:26:25 +08:00
|
|
|
compatible = "nordic,nrf-bellboard-tx";
|
2024-02-22 23:23:08 +08:00
|
|
|
reg = <0xdeadbeef 0x1000>;
|
|
|
|
#mbox-cells = <1>;
|
|
|
|
};
|
|
|
|
|
2024-05-22 19:26:25 +08:00
|
|
|
compatible: "nordic,nrf-bellboard-tx"
|
2024-02-22 23:23:08 +08:00
|
|
|
|
|
|
|
include: "nordic,nrf-bellboard-common.yaml"
|