mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-28 09:31:32 +00:00
ARM: dts: vf: Add device tree node for USB on Vybrid
Add device tree node for USB peripheral on Vybrid. Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
0885cdb9d1
commit
5aaad0647a
1 changed files with 14 additions and 0 deletions
|
@ -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 @@
|
||||||
serial5 = &uart5;
|
serial5 = &uart5;
|
||||||
spi0 = &dspi0;
|
spi0 = &dspi0;
|
||||||
spi1 = &dspi1;
|
spi1 = &dspi1;
|
||||||
|
ehci0 = &ehci0;
|
||||||
|
ehci1 = &ehci1;
|
||||||
};
|
};
|
||||||
|
|
||||||
soc {
|
soc {
|
||||||
|
@ -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 @@
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ehci1: ehci@400b4000 {
|
||||||
|
compatible = "fsl,vf610-usb";
|
||||||
|
reg = <0x400b4000 0x800>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue