blob: cb512ae9aa2b15fd6ae1c3095c7afd362e5c31c2 [file] [log] [blame]
Simon Glass9c25ef22024-08-26 13:11:43 -06001// 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};