uboot/tools/binman/test/155_symbols_tpl_x86.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                end-at-4gb;
  11                size = <0x100>;
  12                u-boot-spl {
  13                        offset = <0xffffff04>;
  14                };
  15
  16                u-boot-spl2 {
  17                        offset = <0xffffff1c>;
  18                        type = "u-boot-spl";
  19                };
  20
  21                u-boot {
  22                        offset = <0xffffff34>;
  23                };
  24
  25                section {
  26                        u-boot-tpl {
  27                        };
  28                };
  29        };
  30};
  31