bcm4908: continue work on images for U-Boot based devices
[openwrt/staging/hauke.git] / target / linux / bcm4908 / image / pkgtb-bcm4908.its
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 /dts-v1/;
4
5 / {
6 description = "Broadcom image upgrade package tree binary";
7 #address-cells = <1>;
8
9 images {
10 bootfs_4908_a0+ {
11 description = "bootfs";
12 data = /incbin/("${bootfs}");
13 type = "multi";
14 compression = "none";
15
16 hash-1 {
17 algo = "sha256";
18 };
19 };
20
21 nand_squashfs {
22 description = "rootfs";
23 data = /incbin/("${rootfs}");
24 type = "filesystem";
25 compression = "none";
26
27 hash-1 {
28 algo = "sha256";
29 };
30 };
31 };
32
33 configurations {
34 default = "conf_4908_a0+_nand_squashfs";
35
36 conf_4908_a0+_nand_squashfs {
37 description = "Brcm Image Bundle";
38 bootfs = "bootfs_4908_a0+";
39 rootfs = "nand_squashfs";
40 compatible = "flash=nand;chip=4908;rev=a0+;ip=ipv6,ipv4;ddr=ddr3;fstype=squashfs";
41 };
42 };
43 };