uboot/tools/binman/test/179_skip_at_start_section_pad.dts
<<
>>
Prefs
   1// SPDX-License-Identifier: GPL-2.0+
   2/*
   3 * Copyright 2018 NXP
   4 */
   5
   6/dts-v1/;
   7
   8/ {
   9        #address-cells = <1>;
  10        #size-cells = <1>;
  11
  12        binman {
  13                section {
  14                        skip-at-start = <16>;
  15                        pad-before = <8>;
  16                        pad-after = <4>;
  17
  18                        u-boot {
  19                        };
  20                };
  21        };
  22};
  23