summaryrefslogtreecommitdiff
path: root/zephyr/include/cros/cbi_flash.dtsi
blob: 136977a6f19de95906d9b38c22b70cb28e4ff9b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* 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;
			};
		};
	};
};