arm64: dts: renesas: cat874: Add USB-HOST support

This patch adds USB 2.0 HOST support to the CAT874 board.

Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
Fabrizio Castro 2019-03-01 11:05:47 +00:00 committed by Simon Horman
parent e3414b8c45
commit ad68fa5fe8
1 changed files with 15 additions and 0 deletions

View File

@ -76,6 +76,11 @@
};
};
&ehci0 {
dr_mode = "host";
status = "okay";
};
&extal_clk {
clock-frequency = <48000000>;
};
@ -93,6 +98,11 @@
};
};
&ohci0 {
dr_mode = "host";
status = "okay";
};
&pcie_bus_clk {
clock-frequency = <100000000>;
};
@ -151,3 +161,8 @@
sd-uhs-sdr104;
status = "okay";
};
&usb2_phy0 {
renesas,no-otg-pins;
status = "okay";
};