Simon Glass | 9c25ef2 | 2024-08-26 13:11:43 -0600 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | |||||
3 | /dts-v1/; | ||||
4 | |||||
5 | / { | ||||
6 | #address-cells = <1>; | ||||
7 | #size-cells = <1>; | ||||
8 | |||||
9 | binman { | ||||
10 | nxp-imx8mimage { | ||||
11 | args; /* TODO: Needed by mkimage etype superclass */ | ||||
12 | nxp,boot-from = "sd"; | ||||
13 | nxp,rom-version = <1>; | ||||
14 | nxp,loader-address = <0x10>; | ||||
15 | }; | ||||
16 | }; | ||||
17 | }; |