Skip to content
Snippets Groups Projects
Commit 5aaad064 authored by Sanchayan Maity's avatar Sanchayan Maity Committed by Marek Vasut
Browse files

ARM: dts: vf: Add device tree node for USB on Vybrid


Add device tree node for USB peripheral on Vybrid.

Signed-off-by: default avatarSanchayan Maity <maitysanchayan@gmail.com>
parent 0885cdb9
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
* SPDX-License-Identifier: GPL-2.0+ or X11 * SPDX-License-Identifier: GPL-2.0+ or X11
*/ */
/include/ "skeleton.dtsi" /include/ "skeleton.dtsi"
#include <dt-bindings/gpio/gpio.h>
/ { / {
aliases { aliases {
...@@ -20,6 +21,8 @@ ...@@ -20,6 +21,8 @@
serial5 = &uart5; serial5 = &uart5;
spi0 = &dspi0; spi0 = &dspi0;
spi1 = &dspi1; spi1 = &dspi1;
ehci0 = &ehci0;
ehci1 = &ehci1;
}; };
soc { soc {
...@@ -113,6 +116,12 @@ ...@@ -113,6 +116,12 @@
reg = <0x400ff100 0x40>; reg = <0x400ff100 0x40>;
#gpio-cells = <2>; #gpio-cells = <2>;
}; };
ehci0: ehci@40034000 {
compatible = "fsl,vf610-usb";
reg = <0x40034000 0x800>;
status = "disabled";
};
}; };
aips1: aips-bus@40080000 { aips1: aips-bus@40080000 {
...@@ -133,6 +142,11 @@ ...@@ -133,6 +142,11 @@
status = "disabled"; status = "disabled";
}; };
ehci1: ehci@400b4000 {
compatible = "fsl,vf610-usb";
reg = <0x400b4000 0x800>;
status = "disabled";
};
}; };
}; };
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment