zephyr/dts/bindings/misc/nordic,nrf-dppic-global.yaml
Andrzej Głąbek 796d09d2a6 dts: nordic: Add DPPIC and IPCT nodes to nRF54H20 EngA
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>
2024-03-12 14:27:16 +00:00

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"