hip05-d02.dts 631 B

123456789101112131415161718192021222324252627282930313233343536
  1. /**
  2. * dts file for Hisilicon D02 Development Board
  3. *
  4. * Copyright (C) 2014,2015 Hisilicon Ltd.
  5. *
  6. * This program is free software; you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License version 2 as
  8. * publishhed by the Free Software Foundation.
  9. *
  10. */
  11. /dts-v1/;
  12. #include "hip05.dtsi"
  13. / {
  14. model = "Hisilicon Hip05 D02 Development Board";
  15. compatible = "hisilicon,hip05-d02";
  16. memory@00000000 {
  17. device_type = "memory";
  18. reg = <0x0 0x00000000 0x0 0x80000000>;
  19. };
  20. aliases {
  21. serial0 = &uart0;
  22. };
  23. chosen {
  24. stdout-path = "serial0:115200n8";
  25. };
  26. };
  27. &uart0 {
  28. status = "ok";
  29. };