]> rtime.felk.cvut.cz Git - fpga/zynq/canbench-sw.git/blob - petalinux/bootscript.its
sja1000: some old fixes
[fpga/zynq/canbench-sw.git] / petalinux / bootscript.its
1 /dts-v1/;
2
3 / {
4         description = "bootscript";
5         #address-cells = <1>;
6
7         images {
8                 bootscript@1 {
9                         description = "Bootscript";
10                         data = /incbin/("./bootscript.txt");
11                         type = "script";
12                         compression = "none";
13                         hash@1 {
14                                 algo = "crc32";
15                         };
16                 };
17         };
18 };