Commit 034484c4 authored by Biju Das's avatar Biju Das Committed by Simon Horman

ARM: dts: iwg23s-sbc: Enable USB USB2.0 Host

Enable USB2.0 host on the iwg23s sbc.
Signed-off-by: default avatarBiju Das <biju.das@bp.renesas.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent ce594079
......@@ -106,6 +106,10 @@ endpoint {
};
};
&ehci1 {
status = "okay";
};
&extal_clk {
clock-frequency = <20000000>;
};
......@@ -166,6 +170,10 @@ bridge_out: endpoint {
};
};
&ohci1 {
status = "okay";
};
&pfc {
avb_pins: avb {
groups = "avb_mdio", "avb_gmii_tx_rx";
......
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