1/* 2 * Copyright (c) 2024 Renesas Electronics Corporation 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7#include <arm/renesas/ra/ra8/r7fa8d1xh.dtsi> 8#include <zephyr/dt-bindings/mipi_dsi/mipi_dsi.h> 9 10/ { 11 soc { 12 flash-controller@40100000 { 13 flash0: flash@2000000 { 14 compatible = "renesas,ra-nv-flash"; 15 reg = <0x02000000 DT_SIZE_K(2016)>; 16 write-block-size = <128>; 17 erase-block-size = <8192>; 18 renesas,programming-enable; 19 }; 20 21 flash1: flash@27000000 { 22 compatible = "renesas,ra-nv-flash"; 23 reg = <0x27000000 DT_SIZE_K(12)>; 24 write-block-size = <4>; 25 erase-block-size = <64>; 26 renesas,programming-enable; 27 }; 28 }; 29 }; 30}; 31