1# Copyright (c) 2023, Carlo Caione <ccaione@baylibre.com> 2# SPDX-License-Identifier: Apache-2.0 3 4include: [base.yaml] 5 6properties: 7 zephyr,memory-region-mpu: 8 type: string 9 deprecated: true 10 description: | 11 Signify that this node should result in a dedicated MPU region. 12 Deprecated in favor of 'zephyr,memory-attr'. 13 14 zephyr,memory-attr: 15 type: int 16 description: | 17 Attribute or set of attributes (bitmask) for the memory region. See 18 'include/zephyr/dt-bindings/memory-attr/memory-attr.h' for a 19 comprehensive list with description of possible values. 20 21 reg: 22 required: true 23