/* * Copyright (c) 2024 Renesas Electronics Corporation * * SPDX-License-Identifier: Apache-2.0 */ #include #include / { soc { flash-controller@407e0000 { reg = <0x407e0000 0x1000>; #address-cells = <1>; #size-cells = <1>; flash0: flash@0 { compatible = "soc-nv-flash"; reg = <0x0 DT_SIZE_K(512)>; }; }; }; };