blob: 60308af7173a4e929c09a1d44745124ea5b665f6 [file] [log] [blame]
# 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.