zephyr/dts/bindings/crypto/nordic,nrf-ccm.yaml

23 lines
541 B
YAML
Raw Normal View History

# Copyright (c) 2022 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
description: Nordic nRF family CCM (AES CCM mode encryption)
compatible: "nordic,nrf-ccm"
include: base.yaml
properties:
reg:
required: true
interrupts:
required: true
length-field-length-8-bits:
type: boolean
description: |
Indicates whether the CCM peripheral supports the extended length
(8 bits) of the LENGTH field in encrypted/decrypted packets.
If not set, only the default length (5 bits) is supported.