summaryrefslogtreecommitdiff
path: root/zephyr/boards/arm/npcx9/npcx9m7f.dts
blob: b28c5ade405660b1e16b4a93875daaefcd46dacd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* Copyright 2022 The ChromiumOS Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

/dts-v1/;

#include <cros/nuvoton/npcx9.dtsi>
#include <nuvoton/npcx9m7f.dtsi>
#include "npcx9.dtsi"

/ {
	/* The NPCX9m7F includes 320 KiB of code RAM, and 1 MiB flash */
	binman {
		wp-ro {
			offset = <0x0>;
			size = <0x50000>;
		};
		ec-rw {
			offset = <0x50000>;
			size = <0x50000>;
		};
	};
};