/* * Copyright (c) 2019 SEAL AG * * SPDX-License-Identifier: Apache-2.0 */ #include #include / { /* 64KB ITCM @ 0, 128KB DTCM @ 20000000, 64KB OCRAM @ 2F000000 */ sram0: memory@20000000 { compatible = "mmio-sram"; reg = <0x20000000 DT_SIZE_K(128)>; }; }; &ftfe { flash0: flash@10000000 { compatible = "soc-nv-flash"; label = "MCUX_FLASH"; reg = <0x10000000 DT_SIZE_K(1024)>; erase-block-size = ; write-block-size = <8>; }; };