mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-08 12:45:21 +00:00
Fix the YAML files indentation for files in dts/bindings/. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
16 lines
274 B
YAML
16 lines
274 B
YAML
# Copyright (c) 2019 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Nordic nRF family IPC (Interprocessor Communication)
|
|
|
|
compatible: "nordic,nrf-ipc"
|
|
|
|
include: base.yaml
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|