e57ad265fb
So that FICR clients can include this file instead of redefining FICR properties every time. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
15 lines
407 B
YAML
15 lines
407 B
YAML
# Copyright (c) 2024 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
properties:
|
|
nordic,ficrs:
|
|
type: phandle-array
|
|
description: |
|
|
FICR entries, e.g. <&ficr OFFSET>. Available offsets (or FICR entries) are
|
|
available at <zephyr/dt-bindings/misc/nordic-nrf-ficr-*.h>.
|
|
|
|
nordic,ficr-names:
|
|
type: string-array
|
|
description: |
|
|
Names of each nordic,ficrs entry.
|