ipq806x: increase kernel partition size for the Netgear Nighthawk X4 R7500
[openwrt/openwrt.git] / target / linux / ipq806x / files-4.9 / arch / arm / boot / dts / qcom-ipq8064-r7500.dts
index 1c26343d935a4622e72650c48cc23d87c28b614c..84d79a07f00312a8280d88954db6a9c938fe3b26 100644 (file)
@@ -1,6 +1,7 @@
 #include "qcom-ipq8064-v1.0.dtsi"
 
 #include <dt-bindings/input/input.h>
+#include <dt-bindings/soc/qcom,tcsr.h>
 
 / {
        model = "Netgear Nighthawk X4 R7500";
                };
 
                phy@100f8800 {          /* USB3 port 1 HS phy */
+                       clocks = <&gcc USB30_0_UTMI_CLK>;
                        status = "ok";
                };
 
                phy@100f8830 {          /* USB3 port 1 SS phy */
+                       clocks = <&gcc USB30_0_MASTER_CLK>;
                        status = "ok";
                };
 
                phy@110f8800 {          /* USB3 port 0 HS phy */
+                       clocks = <&gcc USB30_1_UTMI_CLK>;
                        status = "ok";
                };
 
                phy@110f8830 {          /* USB3 port 0 SS phy */
+                       clocks = <&gcc USB30_1_MASTER_CLK>;
                        status = "ok";
                };
 
                usb30@0 {
+                       clocks = <&gcc USB30_1_MASTER_CLK>;
                        status = "ok";
                };
 
                usb30@1 {
+                       clocks = <&gcc USB30_0_MASTER_CLK>;
                        status = "ok";
                };
 
 
                pcie1: pci@1b700000 {
                        status = "ok";
+                       force_gen1 = <1>;
                };
 
                nand@1ac00000 {
 
                                        kernel@1340000 {
                                                label = "kernel";
-                                               reg = <0x1340000 0x0200000>;
+                                               reg = <0x1340000 0x0400000>;
                                        };
 
-                                       ubi@1540000 {
+                                       ubi@1740000 {
                                                label = "ubi";
-                                               reg = <0x1540000 0x1800000>;
+                                               reg = <0x1740000 0x1600000>;
                                        };
 
                                        netgear@2d40000 {
        };
 };
 
+&tcsr {
+       qcom,usb-ctrl-select = <TCSR_USB_SELECT_USB3_DUAL>;
+       compatible = "qcom,tcsr";
+};
+
 &adm_dma {
        status = "ok";
 };