1/*
2 * Copyright (c) 2024 Renesas Electronics Corporation
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#include <arm/renesas/ra/ra6/r7fa6m5xh.dtsi>
8
9/ {
10	soc {
11		flash-controller@407e0000 {
12			reg = <0x407e0000 0x1000>;
13			#address-cells = <1>;
14			#size-cells = <1>;
15			flash0: flash@0 {
16				compatible = "soc-nv-flash";
17				reg = <0x0 DT_SIZE_M(2)>;
18			};
19		};
20	};
21};
22