1# Copyright (c) 2024-2025 Renesas Electronics Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4description: |
5  Flash memory binding for Renesas RA Data flash region
6
7include: [base.yaml, soc-nv-flash.yaml]
8
9compatible: "renesas,ra-nv-data-flash"
10
11properties:
12  programming-enable:
13    type: boolean
14    description: |
15      Enable data flash programming configuration
16
17  erase-value-undefined:
18    type: boolean
19    description: Areas of flash that are in an erased state will read back undefined values.
20