blob: 551756372af1ca12a7f0c992d29ff9d9ce940ab1 [file] [log] [blame]
Simon Glass0ef87aa2018-07-17 13:25:44 -06001// SPDX-License-Identifier: GPL-2.0+
2/dts-v1/;
3
4/ {
5 #address-cells = <1>;
6 #size-cells = <1>;
7
8 binman {
9 gbb {
10 size = <0x2180>;
11 flags {
12 dev-screen-short-delay;
13 load-option-roms;
14 enable-alternate-os;
15 force-dev-switch-on;
16 force-dev-boot-usb;
17 disable-fw-rollback-check;
18 enter-triggers-tonorm;
19 force-dev-boot-legacy;
20 faft-key-override;
21 disable-ec-software-sync;
22 default-dev-boot-legacy;
23 disable-pd-software-sync;
24 disable-lid-shutdown;
25 force-dev-boot-fastboot-full-cap;
26 enable-serial;
27 disable-dwmp;
28 };
29 };
30 };
31};