1/*
2 * Copyright (c) 2024 TOKITA Hiroshi
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#include <arm/renesas/ra/ra2/r7fa2a1xh.dtsi>
8
9/ {
10	soc {
11		flash-controller@407e0000 {
12			flash0: flash@0 {
13				compatible = "soc-nv-flash";
14				reg = <0x00000000 DT_SIZE_K(256)>;
15			};
16			flash1: flash@40100000 {
17				compatible = "soc-nv-flash";
18				reg = <0x40100000 DT_SIZE_K(8)>;
19			};
20		};
21	};
22};
23