Commit 2011fc7a authored by Jonathan McDowell's avatar Jonathan McDowell Committed by Bjorn Andersson

ARM: dts: qcom: Enable NAND + USB for RB3011

Enable the NAND + USB devices for the MikroTik RB3011 platform now
they're in the main IPQ806x DT.
Signed-off-by: default avatarJonathan McDowell <noodles@earth.li>
Link: https://lore.kernel.org/r/1e5c89ba0d2491ca374f10e0446e21d0e42afd34.1621531633.git.noodles@earth.liSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 40cf5c88
...@@ -216,6 +216,10 @@ led@7 { ...@@ -216,6 +216,10 @@ led@7 {
}; };
}; };
&adm_dma {
status = "okay";
};
&gmac0 { &gmac0 {
status = "okay"; status = "okay";
...@@ -251,6 +255,39 @@ &gsbi7_serial { ...@@ -251,6 +255,39 @@ &gsbi7_serial {
status = "okay"; status = "okay";
}; };
&hs_phy_1 {
status = "okay";
};
&nand {
status = "okay";
nandcs@0 {
compatible = "qcom,nandcs";
reg = <0>;
nand-ecc-strength = <4>;
nand-bus-width = <8>;
nand-ecc-step-size = <512>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
boot@0 {
label = "RouterBoard NAND 1 Boot";
reg = <0x0000000 0x0800000>;
};
main@800000 {
label = "RouterBoard NAND 1 Main";
reg = <0x0800000 0x7800000>;
};
};
};
};
&qcom_pinmux { &qcom_pinmux {
buttons_pins: buttons_pins { buttons_pins: buttons_pins {
mux { mux {
...@@ -305,4 +342,25 @@ mux { ...@@ -305,4 +342,25 @@ mux {
input-disable; input-disable;
}; };
}; };
usb1_pwr_en_pins: usb1_pwr_en_pins {
mux {
pins = "gpio4";
function = "gpio";
drive-strength = <16>;
bias-disable;
output-high;
};
};
};
&ss_phy_1 {
status = "okay";
};
&usb3_1 {
pinctrl-0 = <&usb1_pwr_en_pins>;
pinctrl-names = "default";
status = "okay";
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment