skeleton.dtsi 517 B

123456789101112131415161718192021
  1. /*
  2. * Copyright (C) 2012 Synopsys, Inc. (www.synopsys.com)
  3. *
  4. * This program is free software; you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License version 2 as
  6. * published by the Free Software Foundation.
  7. */
  8. /*
  9. * Skeleton device tree; the bare minimum needed to boot; just include and
  10. * add a compatible value.
  11. */
  12. / {
  13. compatible = "snps,arc";
  14. #address-cells = <1>;
  15. #size-cells = <1>;
  16. chosen { };
  17. aliases { };
  18. memory { device_type = "memory"; reg = <0 0>; };
  19. };