mt2712-evb.dts 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. /*
  2. * Copyright (c) 2017 MediaTek Inc.
  3. * Author: YT Shen <yt.shen@mediatek.com>
  4. *
  5. * SPDX-License-Identifier: (GPL-2.0 OR MIT)
  6. */
  7. /dts-v1/;
  8. #include "mt2712e.dtsi"
  9. / {
  10. model = "MediaTek MT2712 evaluation board";
  11. compatible = "mediatek,mt2712-evb", "mediatek,mt2712";
  12. aliases {
  13. serial0 = &uart0;
  14. };
  15. memory@40000000 {
  16. device_type = "memory";
  17. reg = <0 0x40000000 0 0x80000000>;
  18. };
  19. chosen {
  20. stdout-path = "serial0:921600n8";
  21. };
  22. cpus_fixed_vproc0: fixedregulator@0 {
  23. compatible = "regulator-fixed";
  24. regulator-name = "vproc_buck0";
  25. regulator-min-microvolt = <1000000>;
  26. regulator-max-microvolt = <1000000>;
  27. };
  28. cpus_fixed_vproc1: fixedregulator@1 {
  29. compatible = "regulator-fixed";
  30. regulator-name = "vproc_buck1";
  31. regulator-min-microvolt = <1000000>;
  32. regulator-max-microvolt = <1000000>;
  33. };
  34. };
  35. &auxadc {
  36. status = "okay";
  37. };
  38. &cpu0 {
  39. proc-supply = <&cpus_fixed_vproc0>;
  40. };
  41. &cpu1 {
  42. proc-supply = <&cpus_fixed_vproc0>;
  43. };
  44. &cpu2 {
  45. proc-supply = <&cpus_fixed_vproc1>;
  46. };
  47. &uart0 {
  48. status = "okay";
  49. };