mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +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
|
||||
*/
|
||||
/include/ "skeleton.dtsi"
|
||||
#include <dt-bindings/gpio/gpio.h>
|
||||
|
||||
/ {
|
||||
aliases {
|
||||
|
@ -20,6 +21,8 @@
|
|||
serial5 = &uart5;
|
||||
spi0 = &dspi0;
|
||||
spi1 = &dspi1;
|
||||
ehci0 = &ehci0;
|
||||
ehci1 = &ehci1;
|
||||
};
|
||||
|
||||
soc {
|
||||
|
@ -113,6 +116,12 @@
|
|||
reg = <0x400ff100 0x40>;
|
||||
#gpio-cells = <2>;
|
||||
};
|
||||
|
||||
ehci0: ehci@40034000 {
|
||||
compatible = "fsl,vf610-usb";
|
||||
reg = <0x40034000 0x800>;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
aips1: aips-bus@40080000 {
|
||||
|
@ -133,6 +142,11 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
ehci1: ehci@400b4000 {
|
||||
compatible = "fsl,vf610-usb";
|
||||
reg = <0x400b4000 0x800>;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue