mediatek: fix mt7530 mcm reset
[lede-git/.git] / target / linux / mediatek / files / arch / arm / boot / dts / mt7623-evb.dts
1 /*
2  * Copyright (c) 2016 MediaTek Inc.
3  * Author: John Crispin <blogic@openwrt.org>
4  *
5  * This program is free software; you can redistribute it and/or modify
6  * it under the terms of the GNU General Public License version 2 as
7  * published by the Free Software Foundation.
8  *
9  * This program is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12  * GNU General Public License for more details.
13  */
14
15 /dts-v1/;
16 #include "mt7623.dtsi"
17
18 / {
19         model = "MediaTek MT7623 evaluation board";
20         compatible = "mediatek,mt7623-evb", "mediatek,mt7623";
21
22         chosen {
23                 stdout-path = &uart2;
24         };
25
26         memory {
27                 reg = <0 0x80000000 0 0x40000000>;
28         };
29 /*
30         pwm_pins: pwm {
31                 pins_pwm1 {
32                         pinmux = <MT7623_PIN_204_PWM1_FUNC_PWM1>;
33                 };
34
35                 pins_pwm2 {
36                         pinmux = <MT7623_PIN_205_PWM2_FUNC_PWM2>;
37                 };
38         };*/
39
40 };
41
42 &uart2 {
43         status = "okay";
44 };
45
46 /*&pwm {
47         pinctrl-names = "default";
48         pinctrl-0 = <&pwm_pins>;
49         status = "okay";
50 };*/