ipq807x: sax1v1k: fix sysupgrade not touching rootfs_data
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar7240.dtsi
index 268c8780f4a339170a9336908957b8d9b3f6c1a3..eb4b2e4aa39367e907f0e4622451f7298caa9513 100644 (file)
        };
 };
 
+&gpio {
+       ngpios = <18>;
+};
+
 &ahb {
        usb: usb@1b000000 {
                compatible = "generic-ohci";
                phys = <&usb_phy>;
 
                status = "disabled";
+
+               #address-cells = <1>;
+               #size-cells = <0>;
+
+               hub_port: port@1 {
+                       reg = <1>;
+                       #trigger-source-cells = <0>;
+               };
        };
 };
 
 };
 
 &eth0 {
+       status = "okay";
+
        compatible = "qca,ar7240-eth", "syscon";
 
        pll-data = <0x00110000 0x00001099 0x00991099>;
 
        resets = <&rst 9>;
        reset-names = "mac";
-       phy-mode = "mii";
        phy-handle = <&swphy4>;
 };