1# Copyright (c) 2023, Meta 2# SPDX-License-Identifier: Apache-2.0 3 4# Properties for Mutable devices 5 6properties: 7 zephyr,mutable: 8 type: boolean 9 description: | 10 True iff the device structure may be mutated. 11 12 Inherit this binding for devices that are runtime-modifiable, in-place. 13 This places the device structure into SRAM rather than Flash. 14