2022-03-25 23:53:24 +08:00
|
|
|
# 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:
|
2023-01-04 03:21:25 +08:00
|
|
|
reg:
|
|
|
|
required: true
|
2022-03-25 23:53:24 +08:00
|
|
|
|
2023-01-04 03:21:25 +08:00
|
|
|
interrupts:
|
|
|
|
required: true
|
2022-03-25 23:53:24 +08:00
|
|
|
|
2023-01-04 03:21:25 +08:00
|
|
|
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.
|