aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/test/71_gbb.dts
blob: 551756372af1ca12a7f0c992d29ff9d9ce940ab1 (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
25
26
27
28
29
30
31
// SPDX-License-Identifier: GPL-2.0+
/dts-v1/;

/ {
	#address-cells = <1>;
	#size-cells = <1>;

	binman {
		gbb {
			size = <0x2180>;
			flags {
				dev-screen-short-delay;
				load-option-roms;
				enable-alternate-os;
				force-dev-switch-on;
				force-dev-boot-usb;
				disable-fw-rollback-check;
				enter-triggers-tonorm;
				force-dev-boot-legacy;
				faft-key-override;
				disable-ec-software-sync;
				default-dev-boot-legacy;
				disable-pd-software-sync;
				disable-lid-shutdown;
				force-dev-boot-fastboot-full-cap;
				enable-serial;
				disable-dwmp;
			};
		};
	};
};