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