File: test.dts

package info (click to toggle)
fwupd 2.0.19-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 32,340 kB
  • sloc: ansic: 274,440; python: 11,468; xml: 9,432; sh: 1,625; makefile: 167; cpp: 19; asm: 11; javascript: 9
file content (27 lines) | stat: -rw-r--r-- 480 bytes parent folder | download | duplicates (3)
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
/dts-v1/;

/*
 * This file is suitable for testing on the host device as it uses a local
 * file. To set it up:
 *
 */

/ {
	compatible = "pine64,rockpro64-v2.1";

	chosen {
		fwupd {
			firmware {
				compatible = "fwupd,vbe-simple";
				cur-version = "1.2.3";
				bootloader-version = "2022.01";
				storage = "/tmp/testfw";
				area-start = <0x100000>;
				area-size = <0x100000>;
				skip-offset = <0x8000>;
				part-uuid = "62db0ccf-03";
				part-id = "3";
			};
		};
	};
};