/* * Copyright (c) 2024 TOKITA Hiroshi * * SPDX-License-Identifier: Apache-2.0 */ #include / { soc { flash-controller@407e0000 { flash0: flash@0 { compatible = "soc-nv-flash"; reg = <0x00000000 DT_SIZE_K(256)>; }; flash1: flash@40100000 { compatible = "soc-nv-flash"; reg = <0x40100000 DT_SIZE_K(8)>; }; }; }; };