s900-u-boot.dtsi 153 B

1234567891011121314151617
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /*
  3. */
  4. /{
  5. soc {
  6. u-boot,dm-pre-reloc;
  7. };
  8. };
  9. &uart5 {
  10. u-boot,dm-pre-reloc;
  11. };
  12. &cmu {
  13. u-boot,dm-pre-reloc;
  14. };