1/* 2 * Copyright (c) 2024 Renesas Electronics Corporation 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7#include <arm/renesas/ra/ra8/r7fa8m1xh.dtsi> 8 9/ { 10 soc { 11 flash-controller@407fe000 { 12 flash0: flash@2000000 { 13 compatible = "soc-nv-flash"; 14 reg = <0x02000000 DT_SIZE_M(2)>; 15 }; 16 }; 17 }; 18}; 19