Commit ad68fa5f authored by Fabrizio Castro's avatar Fabrizio Castro Committed by Simon Horman

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

This patch adds USB 2.0 HOST support to the CAT874 board.
Signed-off-by: default avatarFabrizio Castro <fabrizio.castro@bp.renesas.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent e3414b8c
......@@ -76,6 +76,11 @@ vccq_sdhi0: regulator-vccq-sdhi0 {
};
};
&ehci0 {
dr_mode = "host";
status = "okay";
};
&extal_clk {
clock-frequency = <48000000>;
};
......@@ -93,6 +98,11 @@ rtc@32 {
};
};
&ohci0 {
dr_mode = "host";
status = "okay";
};
&pcie_bus_clk {
clock-frequency = <100000000>;
};
......@@ -151,3 +161,8 @@ &sdhi0 {
sd-uhs-sdr104;
status = "okay";
};
&usb2_phy0 {
renesas,no-otg-pins;
status = "okay";
};
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