blob: 7505a20535bf997842a72490f7a26d26f3d4567b [file] [log] [blame]
Simon Glassed54b192017-05-31 17:57:30 -06001/dts-v1/;
2
3/ {
4 description = "U-Boot mainline";
5 #address-cells = <1>;
6
7 images {
Andre Przywara971a5412017-12-04 02:05:09 +00008 kernel {
Simon Glassed54b192017-05-31 17:57:30 -06009 description = "U-Boot mainline";
10 type = "kernel_noload";
11 arch = "arm";
12 os = "linux";
13 data = /incbin/("../../b/chromebook_jerry/u-boot.bin");
14 compression = "none";
15 load = <0>;
16 entry = <0>;
Andre Przywara971a5412017-12-04 02:05:09 +000017 hash-2 {
Simon Glassed54b192017-05-31 17:57:30 -060018 algo = "sha1";
19 };
20 };
21
Andre Przywara971a5412017-12-04 02:05:09 +000022 fdt-1{
Simon Glassed54b192017-05-31 17:57:30 -060023 description = "rk3288-veryron-jerry.dtb";
24 data = /incbin/("../../b/chromebook_jerry/u-boot.dtb");
25 type = "flat_dt";
26 arch = "arm";
27 compression = "none";
Andre Przywara971a5412017-12-04 02:05:09 +000028 hash-1{
Simon Glassed54b192017-05-31 17:57:30 -060029 algo = "sha1";
30 };
31 };
32 };
33
34 configurations {
Andre Przywara971a5412017-12-04 02:05:09 +000035 default = "config-1";
36 config-1 {
Simon Glassed54b192017-05-31 17:57:30 -060037 description = "Boot U-Boot";
Andre Przywara971a5412017-12-04 02:05:09 +000038 kernel = "kernel";
39 fdt = "fdt-1";
Simon Glassed54b192017-05-31 17:57:30 -060040 };
41 };
42};