summaryrefslogtreecommitdiff
path: root/zephyr/include/cros/cbi_flash.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/include/cros/cbi_flash.dtsi')
-rw-r--r--zephyr/include/cros/cbi_flash.dtsi22
1 files changed, 10 insertions, 12 deletions
diff --git a/zephyr/include/cros/cbi_flash.dtsi b/zephyr/include/cros/cbi_flash.dtsi
index adb4f43cde..136977a6f1 100644
--- a/zephyr/include/cros/cbi_flash.dtsi
+++ b/zephyr/include/cros/cbi_flash.dtsi
@@ -3,18 +3,16 @@
* 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;
- };
+&binman {
+ wp-ro {
+ ec-ro {
+ cbi_flash: cbi {
+ compatible = "cros-ec,flash-layout";
+ type = "fill";
+ offset = <0x40000>;
+ size = <0>;
+ fill-byte = [ff];
+ preserve;
};
};
};