2021-04-27 17:49:13 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2021 Nuvoton Technology Corporation.
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <mem.h>
|
|
|
|
#include "npcx9.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
flash0: flash@10080000 {
|
|
|
|
reg = <0x10080000 DT_SIZE_K(256)>;
|
|
|
|
};
|
|
|
|
|
|
|
|
flash1: flash@64000000 {
|
|
|
|
reg = <0x64000000 DT_SIZE_K(512)>;
|
|
|
|
};
|
|
|
|
|
|
|
|
sram0: memory@200c0000 {
|
|
|
|
compatible = "mmio-sram";
|
|
|
|
reg = <0x200C0000 DT_SIZE_K(62)>;
|
|
|
|
};
|
2021-07-01 14:05:04 +08:00
|
|
|
|
|
|
|
soc-id {
|
|
|
|
device-id = <0x25>;
|
|
|
|
};
|
2021-04-27 17:49:13 +08:00
|
|
|
};
|