24 lines
381 B
Plaintext
24 lines
381 B
Plaintext
|
/*
|
||
|
* Copyright (c) 2021 Nuvoton Technology Corporation.
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
#include <mem.h>
|
||
|
#include "npcx7.dtsi"
|
||
|
|
||
|
/ {
|
||
|
flash0: flash@10090000 {
|
||
|
reg = <0x10090000 DT_SIZE_K(192)>;
|
||
|
};
|
||
|
|
||
|
flash1: flash@64000000 {
|
||
|
reg = <0x64000000 DT_SIZE_K(512)>;
|
||
|
};
|
||
|
|
||
|
sram0: memory@200c0000 {
|
||
|
compatible = "mmio-sram";
|
||
|
reg = <0x200C0000 DT_SIZE_K(62)>;
|
||
|
};
|
||
|
};
|