blob: 5cc7294de67f17080206fb2d210af739404f4f2a [file] [log] [blame]
Ryder Lee376ac002018-11-15 10:07:50 +08001/*
2 * Copyright (C) 2018 MediaTek Inc.
3 * Author: Ryder Lee <ryder.lee@mediatek.com>
4 *
5 * SPDX-License-Identifier: (GPL-2.0 OR MIT)
6 */
7
8/dts-v1/;
9#include "mt7629.dtsi"
Sam Shih098c0632020-01-10 16:30:34 +080010#include "mt7629-rfb-u-boot.dtsi"
Ryder Lee376ac002018-11-15 10:07:50 +080011
12/ {
13 model = "MediaTek MT7629 RFB";
14 compatible = "mediatek,mt7629-rfb", "mediatek,mt7629";
15
16 aliases {
Weijie Gao102b0b12019-07-22 10:35:10 +080017 spi0 = &snfi;
Ryder Lee376ac002018-11-15 10:07:50 +080018 };
19
20 chosen {
21 stdout-path = &uart0;
Ryder Lee376ac002018-11-15 10:07:50 +080022 };
23};
24
Weijie Gao9d42b612018-12-20 16:12:55 +080025&eth {
26 status = "okay";
MarkLeef5b441f2020-06-19 19:17:17 +080027 mediatek,gmac-id = <0>;
28 phy-mode = "sgmii";
29 mediatek,switch = "mt7531";
30 reset-gpios = <&gpio 28 GPIO_ACTIVE_HIGH>;
Weijie Gao9d42b612018-12-20 16:12:55 +080031
MarkLeef5b441f2020-06-19 19:17:17 +080032 fixed-link {
33 speed = <1000>;
34 full-duplex;
Weijie Gao9d42b612018-12-20 16:12:55 +080035 };
36};
37
Ryder Lee376ac002018-11-15 10:07:50 +080038&pinctrl {
Weijie Gao102b0b12019-07-22 10:35:10 +080039 snfi_pins: snfi-pins {
40 mux {
41 function = "flash";
42 groups = "snfi";
43 };
44 };
45
46 snor_pins: snor-pins {
Ryder Lee376ac002018-11-15 10:07:50 +080047 mux {
48 function = "flash";
49 groups = "spi_nor";
50 };
51 };
52
53 uart0_pins: uart0-default {
54 mux {
55 function = "uart";
56 groups = "uart0_txd_rxd";
57 };
58 };
59
60 watchdog_pins: watchdog-default {
61 mux {
62 function = "watchdog";
63 groups = "watchdog";
64 };
65 };
66};
67
Weijie Gao102b0b12019-07-22 10:35:10 +080068&snfi {
69 pinctrl-names = "default", "snfi";
70 pinctrl-0 = <&snor_pins>;
71 pinctrl-1 = <&snfi_pins>;
Ryder Lee376ac002018-11-15 10:07:50 +080072 status = "okay";
73
74 spi-flash@0{
Neil Armstrongffd4c7c2019-02-10 10:16:20 +000075 compatible = "jedec,spi-nor";
Ryder Lee376ac002018-11-15 10:07:50 +080076 reg = <0>;
77 u-boot,dm-pre-reloc;
78 };
79};
80
81&uart0 {
82 pinctrl-names = "default";
83 pinctrl-0 = <&uart0_pins>;
84 status = "okay";
85};
86
Chunfeng Yunba42c282020-05-02 11:35:19 +020087&xhci {
88 status = "okay";
89};
90
91&u3phy {
92 status = "okay";
93};
94
Ryder Lee376ac002018-11-15 10:07:50 +080095&watchdog {
96 pinctrl-names = "default";
97 pinctrl-0 = <&watchdog_pins>;
98 status = "okay";
99};