mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-21 03:35:23 +00:00
Move to 'zephyr,memory-attr' and use the newly introduced helpers. Signed-off-by: Carlo Caione <ccaione@baylibre.com>
19 lines
552 B
YAML
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.
|