Spell checking tools do not recognize "iff", replace with "if and only if". See https://en.wikipedia.org/wiki/If_and_only_if Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
14 lines
377 B
YAML
14 lines
377 B
YAML
# Copyright (c) 2023, Meta
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Properties for Mutable devices
|
|
|
|
properties:
|
|
zephyr,mutable:
|
|
type: boolean
|
|
description: |
|
|
True if and only if the device structure may be mutated.
|
|
|
|
Inherit this binding for devices that are runtime-modifiable, in-place.
|
|
This places the device structure into SRAM rather than Flash.
|