- Bring macro defined of RA8 in flash_hp_ra.h to device tree - Change to use irq_lock instead of semaphore for code flash - Modify and add conditions to check and make decision to perform action at last block. Signed-off-by: Khoa Nguyen <khoa.nguyen.xh@renesas.com> Signed-off-by: Tran Van Quy <quy.tran.pz@renesas.com>
27 lines
775 B
YAML
27 lines
775 B
YAML
# Copyright (c) 2024 Renesas Electronics Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Renesas RA family flash high-performance controller
|
|
|
|
compatible: "renesas,ra-flash-hp-controller"
|
|
|
|
include: flash-controller.yaml
|
|
|
|
properties:
|
|
block-32kb-linear-end:
|
|
type: int
|
|
required: true
|
|
description: The final 32kb block index of the code-flash in the linear mode.
|
|
|
|
block-32kb-dual-low-end:
|
|
type: int
|
|
description: The final 32kb block index of the code-flash's lower Bank in the dual mode
|
|
|
|
block-32kb-dual-high-end:
|
|
type: int
|
|
description: The final 32kb block index of the code-flash's higher Bank in the dual mode
|
|
|
|
reserved-area-num:
|
|
type: int
|
|
description: The number of the code-flash's reserved blocks in the dual mode
|