Commit ce594079 authored by Biju Das's avatar Biju Das Committed by Simon Horman

ARM: dts: r8a77470: Add USB2.0 Host (EHCI/OHCI) device

Define the r8a77470 generic part of the USB2.0 Host Controller device
nodes (ehci[01]/ohci[01]).
Signed-off-by: default avatarBiju Das <biju.das@bp.renesas.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent e18cfb6e
......@@ -764,6 +764,31 @@ vin1: video@e6ef1000 {
status = "disabled";
};
ohci0: usb@ee080000 {
compatible = "generic-ohci";
reg = <0 0xee080000 0 0x100>;
interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 703>;
phys = <&usb0 0>, <&usb2_phy0>;
phy-names = "usb";
power-domains = <&sysc R8A77470_PD_ALWAYS_ON>;
resets = <&cpg 703>;
status = "disabled";
};
ehci0: usb@ee080100 {
compatible = "generic-ehci";
reg = <0 0xee080100 0 0x100>;
interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 703>;
phys = <&usb0 0>, <&usb2_phy0>;
phy-names = "usb";
companion = <&ohci0>;
power-domains = <&sysc R8A77470_PD_ALWAYS_ON>;
resets = <&cpg 703>;
status = "disabled";
};
usb2_phy0: usb-phy@ee080200 {
compatible = "renesas,usb2-phy-r8a77470";
reg = <0 0xee080200 0 0x700>;
......@@ -774,6 +799,31 @@ usb2_phy0: usb-phy@ee080200 {
status = "disabled";
};
ohci1: usb@ee0c0000 {
compatible = "generic-ohci";
reg = <0 0xee0c0000 0 0x100>;
interrupts = <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 705>;
phys = <&usb0 1>, <&usb2_phy1>, <&usb1 0>;
phy-names = "usb";
power-domains = <&sysc R8A77470_PD_ALWAYS_ON>;
resets = <&cpg 705>;
status = "disabled";
};
ehci1: usb@ee0c0100 {
compatible = "generic-ehci";
reg = <0 0xee0c0100 0 0x100>;
interrupts = <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 705>;
phys = <&usb0 1>, <&usb2_phy1>, <&usb1 0>;
phy-names = "usb";
companion = <&ohci1>;
power-domains = <&sysc R8A77470_PD_ALWAYS_ON>;
resets = <&cpg 705>;
status = "disabled";
};
usb2_phy1: usb-phy@ee0c0200 {
compatible = "renesas,usb2-phy-r8a77470";
reg = <0 0xee0c0200 0 0x700>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment