mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 20:10:50 +07:00
ARM: shmobile: r8a7790: add USB3.0 device node
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
da33648c42
commit
157fcd8a3e
@ -1186,6 +1186,16 @@ msiof3: spi@e6c90000 {
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
xhci: usb@ee000000 {
|
||||||
|
compatible = "renesas,xhci-r8a7790";
|
||||||
|
reg = <0 0xee000000 0 0xc00>;
|
||||||
|
interrupts = <0 101 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
clocks = <&mstp3_clks R8A7790_CLK_SSUSB>;
|
||||||
|
phys = <&usb2 1>;
|
||||||
|
phy-names = "usb";
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
pci0: pci@ee090000 {
|
pci0: pci@ee090000 {
|
||||||
compatible = "renesas,pci-r8a7790";
|
compatible = "renesas,pci-r8a7790";
|
||||||
device_type = "pci";
|
device_type = "pci";
|
||||||
|
Loading…
Reference in New Issue
Block a user