082_fdt_update_all.dts 200 B

123456789101112131415161718
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /dts-v1/;
  3. / {
  4. #address-cells = <1>;
  5. #size-cells = <1>;
  6. binman {
  7. section {
  8. u-boot-dtb {
  9. };
  10. };
  11. u-boot-spl-dtb {
  12. };
  13. u-boot-tpl-dtb {
  14. };
  15. };
  16. };