Commit dacf5f54 authored by Grzegorz Jaszczyk's avatar Grzegorz Jaszczyk Committed by Gregory CLEMENT

ARM: dts: mvebu: armada-398-db: enable supported usb interfaces

The Marvell Armada 398 Development board contains both USB2.0 and USB3.0
ports, which can be handled by existing drivers.
Signed-off-by: default avatarGrzegorz Jaszczyk <jaz@semihalf.com>
Acked-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent d2dd856e
...@@ -84,6 +84,10 @@ serial@12100 { ...@@ -84,6 +84,10 @@ serial@12100 {
status = "okay"; status = "okay";
}; };
usb@58000 {
status = "okay";
};
flash@d0000 { flash@d0000 {
status = "okay"; status = "okay";
pinctrl-0 = <&nand_pins>; pinctrl-0 = <&nand_pins>;
...@@ -108,6 +112,10 @@ partition@1000000 { ...@@ -108,6 +112,10 @@ partition@1000000 {
reg = <0x1000000 0x3f000000>; reg = <0x1000000 0x3f000000>;
}; };
}; };
usb3@f8000 {
status = "okay";
};
}; };
pcie-controller { pcie-controller {
......
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