Simon Glass | 3efb297 | 2021-11-23 21:08:59 -0700 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | /dts-v1/; | ||||
3 | |||||
4 | / { | ||||
5 | #address-cells = <1>; | ||||
6 | #size-cells = <1>; | ||||
7 | |||||
8 | binman { | ||||
9 | collection { | ||||
10 | content = <&fip &u_boot>; | ||||
11 | }; | ||||
12 | fip: atf-fip { | ||||
13 | soc-fw { | ||||
14 | filename = "bl31.bin"; | ||||
15 | }; | ||||
16 | |||||
17 | scp-fwu-cfg { | ||||
18 | filename = "bl2u.bin"; | ||||
19 | }; | ||||
20 | }; | ||||
21 | u_boot: u-boot { | ||||
22 | }; | ||||
23 | }; | ||||
24 | }; |