uboot/tools/binman/test/196_symbols_nodtb.dts
<<
>>
Prefs
   1// SPDX-License-Identifier: GPL-2.0+
   2/dts-v1/;
   3
   4/ {
   5        #address-cells = <1>;
   6        #size-cells = <1>;
   7
   8        binman {
   9                pad-byte = <0xff>;
  10                u-boot-spl-nodtb {
  11                };
  12                u-boot-spl-dtb {
  13                };
  14
  15                u-boot {
  16                        offset = <0x38>;
  17                };
  18
  19                u-boot-spl2 {
  20                        type = "u-boot-spl-nodtb";
  21                };
  22                u-boot-spl-dtb2 {
  23                        type = "u-boot-spl-dtb";
  24                };
  25        };
  26};
  27