xref: /OK3568_Linux_fs/buildroot/board/chromebook/snow/kernel.its (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1/dts-v1/;
2
3/ {
4    description = "Buildroot kernel for Chromebook Snow";
5    images {
6        kernel@1 {
7            description = "kernel";
8            data = /incbin/("zImage");
9            type = "kernel_noload";
10            arch = "arm";
11            os = "linux";
12            compression = "none";
13            load = <0>;
14            entry = <0>;
15            hash@1 {
16                algo = "sha1";
17            };
18        };
19        fdt@1{
20            description = "exynos5250-snow.dtb";
21            data = /incbin/("exynos5250-snow.dtb");
22            type = "flat_dt";
23            arch = "arm";
24            compression = "none";
25            hash@1 {
26                algo = "sha1";
27            };
28        };
29    };
30    configurations {
31        default = "conf@1";
32        conf@1{
33            kernel = "kernel@1";
34            fdt = "fdt@1";
35        };
36    };
37};
38