aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/dts/sun50i-a64.dtsi
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2017-06-09 17:57:58 +0530
committerJagan Teki <jagan@amarulasolutions.com>2017-08-11 21:51:43 +0530
commit7e4bef711e314841a978f1c62f6570cb0ebe0fe6 (patch)
treee8a160f672a28d0db2d9d4ed8fb66e964ad5eca7 /arch/arm/dts/sun50i-a64.dtsi
parenta8df97d0da52b3a418de38db589357db82823214 (diff)
downloadu-boot-7e4bef711e314841a978f1c62f6570cb0ebe0fe6.zip
u-boot-7e4bef711e314841a978f1c62f6570cb0ebe0fe6.tar.gz
u-boot-7e4bef711e314841a978f1c62f6570cb0ebe0fe6.tar.bz2
sun50i: a64: Sync Linux [oe]hci0 nodes
Synced ohci0 and ehci0 nodes from Linux for sun50i-a64.dtsi Here is the Linux last merge tag details: Merge: 0e91f43d e5770b7 Author: Stephen Rothwell <sfr@canb.auug.org.au> Date: Fri Jun 9 14:59:55 2017 +1000 Merge remote-tracking branch 'staging/staging-next' Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'arch/arm/dts/sun50i-a64.dtsi')
-rw-r--r--arch/arm/dts/sun50i-a64.dtsi22
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/arm/dts/sun50i-a64.dtsi b/arch/arm/dts/sun50i-a64.dtsi
index c7f669f..65a344d 100644
--- a/arch/arm/dts/sun50i-a64.dtsi
+++ b/arch/arm/dts/sun50i-a64.dtsi
@@ -204,6 +204,28 @@
#phy-cells = <1>;
};
+ ehci0: usb@01c1a000 {
+ compatible = "allwinner,sun50i-a64-ehci", "generic-ehci";
+ reg = <0x01c1a000 0x100>;
+ interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&ccu CLK_BUS_OHCI0>,
+ <&ccu CLK_BUS_EHCI0>,
+ <&ccu CLK_USB_OHCI0>;
+ resets = <&ccu RST_BUS_OHCI0>,
+ <&ccu RST_BUS_EHCI0>;
+ status = "disabled";
+ };
+
+ ohci0: usb@01c1a400 {
+ compatible = "allwinner,sun50i-a64-ohci", "generic-ohci";
+ reg = <0x01c1a400 0x100>;
+ interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&ccu CLK_BUS_OHCI0>,
+ <&ccu CLK_USB_OHCI0>;
+ resets = <&ccu RST_BUS_OHCI0>;
+ status = "disabled";
+ };
+
ehci1: usb@01c1b000 {
compatible = "allwinner,sun50i-a64-ehci", "generic-ehci";
reg = <0x01c1b000 0x100>;