python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / board / chromebook / snow / kernel.its
blobc8766ef9e8a1df85b837877a48ee552d5be66f16
1 /dts-v1/;
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     };