]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/gnu/dts/mips/MT7621.dts
MFV r349134:
[FreeBSD/FreeBSD.git] / sys / gnu / dts / mips / MT7621.dts
1 /dts-v1/;
2
3 #include "mt7621.dtsi"
4
5 / {
6         compatible = "mediatek,mt7621-eval-board", "mediatek,mt7621-soc";
7         model = "Mediatek MT7621 evaluation board";
8
9         memory@0 {
10                 device_type = "memory";
11                 reg = <0x0 0x2000000>;
12         };
13
14         chosen {
15                 bootargs = "console=ttyS0,57600";
16         };
17
18         nand@1e003000 {
19                 partition@0 {
20                         label = "uboot";
21                         reg = <0x00000 0x80000>; /* 64 KB */
22                 };
23
24                 partition@80000 {
25                         label = "uboot_env";
26                         reg = <0x80000 0x80000>; /* 64 KB */
27                 };
28
29                 partition@100000 {
30                         label = "factory";
31                         reg = <0x100000 0x40000>;
32                 };
33
34                 partition@140000 {
35                         label = "rootfs";
36                         reg = <0x140000 0xec0000>;
37                 };
38         };
39 };
40
41 &sdhci {
42         status = "okay";
43 };
44
45 &xhci {
46         status = "okay";
47 };
48
49 &pinctrl {
50         state_default: pinctrl0 {
51                 gpio {
52                         ralink,group = "i2c", "uart2", "uart3", "rgmii2", "sdhci";
53                         ralink,function = "gpio";
54                 };
55         };
56 };