ramips: enable external amplifier for D-Link DIR-810L
[openwrt/openwrt.git] / target / linux / ramips / dts / MT7621.dts
index 341d8f2a70d36477db0c8d62badabc7d7c63ad40..290083a85528828a00bb51af465d4be812d8826b 100644 (file)
        chosen {
                bootargs = "console=ttyS0,57600";
        };
+};
 
-       sdhci@10130000 {
-               status = "okay";
-       };
-
-       xhci@1E1C0000 {
-               status = "okay";
-       };
+&nand {
+       status = "okay";
 
-       pinctrl {
-               state_default: pinctrl0 {
-                       gpio {
-                               ralink,group = "i2c", "uart2", "uart3", "rgmii2", "sdhci";
-                               ralink,function = "gpio";
-                       };
-               };
-       };
+       partitions {
+               compatible = "fixed-partitions";
+               #address-cells = <1>;
+               #size-cells = <1>;
 
-       nand@1e003000 {
                partition@0 {
                        label = "uboot";
                        reg = <0x00000 0x80000>; /* 64 KB */
                };
        };
 };
+
+&sdhci {
+       status = "okay";
+};
+
+&pinctrl {
+       state_default: pinctrl0 {
+               gpio {
+                       ralink,group = "i2c", "uart2", "uart3", "rgmii2", "sdhci";
+                       ralink,function = "gpio";
+               };
+       };
+};