zephyr/dts/bindings/base
Christopher Friedt afc59112a9 device: support for mutable devices
Add support for mutable devices. Mutable devices are those which
can be modified after declaration, in-place, in kernel mode.

In order for a device to be mutable, the following must be true

  * `CONFIG_DEVICE_MUTABLE` must be y-selected
  * the Devicetree bindings for the device must include
    `mutable.yaml`
  * the Devicetree node must include the `zephyr,mutable` property

Signed-off-by: Christopher Friedt <cfriedt@meta.com>
2023-11-28 15:35:39 +01:00
..
base.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
mutable.yaml device: support for mutable devices 2023-11-28 15:35:39 +01:00
pm.yaml pm: device_runtime: add `zephyr,pm-device-runtime-auto` 2023-03-29 12:21:13 -04:00
power.yaml dts: bindings: drop remaining "required: false" from bindings 2023-01-04 14:23:53 +01:00
zephyr,memory-attr.yaml dt: Make zephyr,memory-attr a capabilities bitmask 2023-09-15 12:46:54 +02:00
zephyr,memory-region.yaml dts: Move to 'zephyr,memory-attr' 2023-07-25 11:22:10 +02:00