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

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
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -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";
};