ramips: on mt7621 only enable xhci for the eval board (still needs patch cleanup...
[openwrt/openwrt.git] / target / linux / ramips / dts / 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 reg = <0x0 0x2000000>;
11 };
12
13 chosen {
14 bootargs = "console=ttyS0,57600";
15 };
16
17 sdhci@10130000 {
18 status = "okay";
19 };
20
21 xhci@1E1C0000 {
22 status = "okay";
23 };
24 };