hi6220-hikey.dts 618 B

12345678910111213141516171819202122232425262728293031323334
  1. /*
  2. * dts file for Hisilicon HiKey Development Board
  3. *
  4. * Copyright (C) 2015, Hisilicon Ltd.
  5. *
  6. */
  7. /dts-v1/;
  8. /*Reserved 1MB memory for MCU*/
  9. /memreserve/ 0x05e00000 0x00100000;
  10. #include "hi6220.dtsi"
  11. / {
  12. model = "HiKey Development Board";
  13. compatible = "hisilicon,hi6220-hikey", "hisilicon,hi6220";
  14. aliases {
  15. serial0 = &uart0; /* On board UART0 */
  16. serial1 = &uart1; /* BT UART */
  17. serial2 = &uart2; /* LS Expansion UART0 */
  18. serial3 = &uart3; /* LS Expansion UART1 */
  19. };
  20. chosen {
  21. stdout-path = "serial3:115200n8";
  22. };
  23. memory@0 {
  24. device_type = "memory";
  25. reg = <0x0 0x0 0x0 0x40000000>;
  26. };
  27. };