aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorYinbo Zhu <yinbo.zhu@nxp.com>2019-04-11 11:02:01 +0000
committerPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>2019-05-23 19:53:08 +0530
commitc05e2b9347d3ff0012bbf9f944ed249b5c97a9f9 (patch)
tree5e300ec151ee5e9dd0474b170bbb35c7fddffbd4 /arch
parentf252e261192dbf55b7acdb5c7380006b32191f46 (diff)
downloadu-boot-c05e2b9347d3ff0012bbf9f944ed249b5c97a9f9.zip
u-boot-c05e2b9347d3ff0012bbf9f944ed249b5c97a9f9.tar.gz
u-boot-c05e2b9347d3ff0012bbf9f944ed249b5c97a9f9.tar.bz2
arch: powerpc: add usb node in t2080 dts
Signed-off-by: Yinbo Zhu <yinbo.zhu@nxp.com> Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/dts/t2080.dtsi19
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/powerpc/dts/t2080.dtsi b/arch/powerpc/dts/t2080.dtsi
index f895dda..666601e 100644
--- a/arch/powerpc/dts/t2080.dtsi
+++ b/arch/powerpc/dts/t2080.dtsi
@@ -68,5 +68,24 @@
bus-width = <4>;
voltage-ranges = <1800 1800 3300 3300>;
};
+
+ usb0: usb@210000 {
+ compatible = "fsl-usb2-mph";
+ reg = <0x210000 0x1000>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ interrupts = <44 0x2 0 0>;
+ phy_type = "utmi";
+ };
+
+ usb1: usb@211000 {
+ compatible = "fsl-usb2-dr";
+ reg = <0x211000 0x1000>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ interrupts = <45 0x2 0 0>;
+ dr_mode = "host";
+ phy_type = "utmi";
+ };
};
};