dtoc_test_addr32.dts 359 B

1234567891011121314151617181920212223242526
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /*
  3. * Test device tree file for dtoc
  4. *
  5. * Copyright 2017 Google, Inc
  6. */
  7. /dts-v1/;
  8. / {
  9. #address-cells = <1>;
  10. #size-cells = <1>;
  11. test1 {
  12. u-boot,dm-pre-reloc;
  13. compatible = "test1";
  14. reg = <0x1234 0x5678>;
  15. };
  16. test2 {
  17. u-boot,dm-pre-reloc;
  18. compatible = "test2";
  19. reg = <0x12345678 0x98765432 2 3>;
  20. };
  21. };