1/* 2 * Copyright (c) 2024 Nuvoton Technology Corporation. 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7/* Device tree declarations of npcm soc family */ 8#include <mem.h> 9#include "npcm/npcm4.dtsi" 10 11/ { 12 flash0: flash@80000 { 13 reg = <0x00080000 DT_SIZE_M(1)>; 14 }; 15 16 sram0: memory@10008000 { 17 compatible = "mmio-sram"; 18 reg = <0x10008000 DT_SIZE_K(764)>; 19 }; 20 21 soc { 22 }; 23}; 24