141_descriptor_offset.dts 267 B

1234567891011121314151617181920
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /dts-v1/;
  3. / {
  4. #address-cells = <1>;
  5. #size-cells = <1>;
  6. binman {
  7. sort-by-offset;
  8. end-at-4gb;
  9. size = <0x800000>;
  10. u-boot {
  11. offset = <0xffff0000>;
  12. };
  13. intel-descriptor {
  14. filename = "descriptor.bin";
  15. };
  16. };
  17. };