bcm4908: start work on images for devices using U-Boot
[openwrt/staging/thess.git] / target / linux / bcm4908 / image / bootfs-generic.its
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 /dts-v1/;
4
5 / {
6 description = "OpenWrt bootfs image";
7 #address-cells = <1>;
8
9 images {
10 kernel {
11 description = "Linux kernel";
12 data = /incbin/("${kernel}");
13 type = "kernel";
14 os = "linux";
15 arch = "arm64";
16 compression = "lzma";
17 load = <0x80000>;
18 entry = <0x80000>;
19
20 hash-1 {
21 algo = "sha256";
22 };
23 };
24 };
25 };