zephyr/dts/bindings/base/zephyr,memory-region.yaml
Carlo Caione 15e84cbfac dts: Move to 'zephyr,memory-attr'
Move to 'zephyr,memory-attr' and use the newly introduced helpers.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
2023-07-25 11:22:10 +02:00

19 lines
552 B
YAML

# Copyright (c) 2021, CSIRO
# SPDX-License-Identifier: Apache-2.0
description: Compatible for devices resulting in linker memory regions
compatible: "zephyr,memory-region"
include: [base.yaml, "zephyr,memory-attr.yaml"]
properties:
zephyr,memory-region:
type: string
required: true
description: |
Signify that this node should result in a dedicated linker script
memory region in the final executable. The region address and size
is taken from the <reg> property, while the name is the value of
this property.