mirror of https://gitee.com/openkylin/linux.git
ARM: dts: STiH410-b2260: add USB3 node
Allow to use the mico USB port which is driven by USB3 IP Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
This commit is contained in:
parent
994834bc7e
commit
5a3dbab204
|
@ -147,6 +147,10 @@ ehci1: usb@9a83e00 {
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
st_dwc3: dwc3@8f94000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
ethernet0: dwmac@9630000 {
|
||||
phy-mode = "rgmii";
|
||||
pinctrl-0 = <&pinctrl_rgmii1 &pinctrl_rgmii1_mdio_1>;
|
||||
|
|
Loading…
Reference in New Issue