mt6797-evb.dts 496 B

123456789101112131415161718192021222324252627282930
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * Copyright (c) 2017 MediaTek Inc.
  4. * Author: Mars.C <[email protected]>
  5. */
  6. /dts-v1/;
  7. #include "mt6797.dtsi"
  8. / {
  9. model = "MediaTek MT6797 Evaluation Board";
  10. compatible = "mediatek,mt6797-evb", "mediatek,mt6797";
  11. aliases {
  12. serial0 = &uart0;
  13. };
  14. memory@40000000 {
  15. device_type = "memory";
  16. reg = <0 0x40000000 0 0x1e800000>;
  17. };
  18. chosen {};
  19. };
  20. &uart0 {
  21. status = "okay";
  22. pinctrl-names = "default";
  23. pinctrl-0 = <&uart0_pins_a>;
  24. };