bmips: increment polled keys interval to 100
[openwrt/staging/dedeckeh.git] / target / linux / bmips / dts / bcm63168-comtrend-vr-3032u.dts
index 094dca158571f0f1d0f7842dd83352899ec89cca..8c4611ee881ed5cd7f16a166abe46fd8c20aa56c 100644 (file)
@@ -19,7 +19,7 @@
 
        keys {
                compatible = "gpio-keys-polled";
-               poll-interval = <20>;
+               poll-interval = <100>;
 
                reset {
                        label = "reset";
@@ -44,7 +44,8 @@
 &ethernet {
        status = "okay";
 
-       mtd-mac-address = <&cferom 0x6a0>;
+       nvmem-cells = <&macaddr_cferom_6a0>;
+       nvmem-cell-names = "mac-address";
 };
 
 &leds {
                nand-on-flash-bbt;
                brcm,nand-oob-sector-size = <64>;
 
+               #address-cells = <1>;
+               #size-cells = <1>;
+
                partitions {
                        compatible = "fixed-partitions";
                        #address-cells = <1>;
                        label = "lan2";
 
                        phy-handle = <&phy1>;
+                       phy-mode = "mii";
                };
 
                port@1 {
                        label = "lan3";
 
                        phy-handle = <&phy2>;
+                       phy-mode = "mii";
                };
 
                port@2 {
                        label = "lan4";
 
                        phy-handle = <&phy3>;
+                       phy-mode = "mii";
                };
 
                port@3 {
                        label = "lan1";
 
                        phy-handle = <&phy4>;
+                       phy-mode = "mii";
                };
        };
 };
 &usbh {
        status = "okay";
 };
+
+&cferom {
+       compatible = "nvmem-cells";
+       #address-cells = <1>;
+       #size-cells = <1>;
+
+       macaddr_cferom_6a0: macaddr@6a0 {
+               reg = <0x6a0 0x6>;
+       };
+};