summaryrefslogtreecommitdiff
path: root/zephyr/include/cros/cbi_flash.dtsi
blob: adb4f43cde3aecb2c89cfc3cb37a4863f680750e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* Copyright 2023 The ChromiumOS Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

/ {
	binman {
		wp-ro {
			ec-ro {
				cbi_flash: cbi {
					compatible = "cros-ec,flash-layout";
					type = "fill";
					offset = <0x40000>;
					size = <0>;
					fill-byte = [ff];
					preserve;
				};
			};
		};
	};
};