Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / arch / arm64 / boot / dts / mediatek / mt2712-evb.dts
blob10f9c76cd1054146381c6a531342c68f9780f979
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  */
8 /dts-v1/;
9 #include "mt2712e.dtsi"
11 / {
12         model = "MediaTek MT2712 evaluation board";
13         compatible = "mediatek,mt2712-evb", "mediatek,mt2712";
15         aliases {
16                 serial0 = &uart0;
17         };
19         memory@40000000 {
20                 device_type = "memory";
21                 reg = <0 0x40000000 0 0x80000000>;
22         };
24         chosen {
25                 stdout-path = "serial0:921600n8";
26         };
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>;
33         };
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>;
40         };
44 &cpu0 {
45         proc-supply = <&cpus_fixed_vproc0>;
48 &cpu1 {
49         proc-supply = <&cpus_fixed_vproc0>;
52 &cpu2 {
53         proc-supply = <&cpus_fixed_vproc1>;
56 &uart0 {
57         status = "okay";