2 * Copyright (c) 2017 MediaTek Inc.
3 * Author: YT Shen <yt.shen@mediatek.com>
5 * SPDX-License-Identifier: (GPL-2.0 OR MIT)
9 #include "mt2712e.dtsi"
12 model = "MediaTek MT2712 evaluation board";
13 compatible = "mediatek,mt2712-evb", "mediatek,mt2712";
20 device_type = "memory";
21 reg = <0 0x40000000 0 0x80000000>;
25 stdout-path = "serial0:921600n8";
28 cpus_fixed_vproc0: fixedregulator@0 {
29 compatible = "regulator-fixed";
30 regulator-name = "vproc_buck0";
31 regulator-min-microvolt = <1000000>;
32 regulator-max-microvolt = <1000000>;
35 cpus_fixed_vproc1: fixedregulator@1 {
36 compatible = "regulator-fixed";
37 regulator-name = "vproc_buck1";
38 regulator-min-microvolt = <1000000>;
39 regulator-max-microvolt = <1000000>;
45 proc-supply = <&cpus_fixed_vproc0>;
49 proc-supply = <&cpus_fixed_vproc0>;
53 proc-supply = <&cpus_fixed_vproc1>;