snowball.dts 648 B

12345678910111213141516171819202122232425262728293031
  1. /*
  2. * Copyright 2011 ST-Ericsson AB
  3. *
  4. * The code contained herein is licensed under the GNU General Public
  5. * License. You may obtain a copy of the GNU General Public License
  6. * Version 2 or later at the following locations:
  7. *
  8. * http://www.opensource.org/licenses/gpl-license.html
  9. * http://www.gnu.org/copyleft/gpl.html
  10. */
  11. /dts-v1/;
  12. / {
  13. model = "Calao Systems Snowball platform with device tree";
  14. compatible = "calaosystems,snowball-a9500";
  15. #address-cells = <1>;
  16. #size-cells = <1>;
  17. memory {
  18. reg = <0x00000000 0x20000000>;
  19. };
  20. soc-u9500 {
  21. #address-cells = <1>;
  22. #size-cells = <1>;
  23. compatible = "simple-bus";
  24. ranges;
  25. };
  26. };