Commit e3cee890 authored by Yoshihiro Shimoda's avatar Yoshihiro Shimoda Committed by Simon Horman

arm64: dts: renesas: r8a77965: add USB 3.0 host node

This patch adds USB 3.0 host node for r8a77965.
Signed-off-by: default avatarYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent a06e8af8
...@@ -956,8 +956,14 @@ usb3_peri0: usb@ee020000 { ...@@ -956,8 +956,14 @@ usb3_peri0: usb@ee020000 {
}; };
xhci0: usb@ee000000 { xhci0: usb@ee000000 {
compatible = "renesas,xhci-r8a77965",
"renesas,rcar-gen3-xhci";
reg = <0 0xee000000 0 0xc00>; reg = <0 0xee000000 0 0xc00>;
/* placeholder */ interrupts = <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 328>;
power-domains = <&sysc 32>;
resets = <&cpg 328>;
status = "disabled";
}; };
wdt0: watchdog@e6020000 { wdt0: watchdog@e6020000 {
......
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