796d09d2a6
And add the corresponding bindings. Move alse the already existing bindings for nrf-dppic, nrf-ppi, and nrf-ipc so they are located together with the new ones and in more appropriate folders (DPPIC and PPI peripherals are not related to ARM, and IPC is for sending and receiving events, not messages, so ipm/ does not seem to be the best fit for it). Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
19 lines
566 B
YAML
19 lines
566 B
YAML
# Copyright (c) 2024 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: |
|
|
Nordic Global DPPIC
|
|
(Distributed Programmable Peripheral Interconnect Controller)
|
|
|
|
Updated DPPIC binding set for Nordic products that have global DPPIC instances
|
|
with inter-bridge functionality. These instances also have split-ownership
|
|
of its channels and channel groups.
|
|
|
|
compatible: "nordic,nrf-dppic-global"
|
|
|
|
include:
|
|
- "nordic,nrf-dppic.yaml"
|
|
- "nordic,nrf-dppic-links.yaml"
|
|
- "nordic,split-channels.yaml"
|
|
- "nordic,split-channel-groups.yaml"
|