Skip to content

Commit e029aff

Browse files
boards: nxp: add uhc support for mimxrt1050_evk
add uhc related items to dts. Signed-off-by: Mark Wang <yichang.wang@nxp.com>
1 parent 078aef6 commit e029aff

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

boards/nxp/mimxrt1050_evk/mimxrt1050_evk.dtsi

+24
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,30 @@ zephyr_udc0: &usb1 {
211211
status = "okay";
212212
};
213213

214+
zephyr_uhc0: &usbh1 {
215+
status = "okay";
216+
phy_handle = <&usbphy1>;
217+
};
218+
219+
zephyr_uhc1: &usbh2 {
220+
status = "okay";
221+
phy_handle = <&usbphy2>;
222+
};
223+
224+
&usbphy1 {
225+
status = "okay";
226+
tx-d-cal = <12>;
227+
tx-cal-45-dp-ohms = <6>;
228+
tx-cal-45-dm-ohms = <6>;
229+
};
230+
231+
&usbphy2 {
232+
status = "okay";
233+
tx-d-cal = <12>;
234+
tx-cal-45-dp-ohms = <6>;
235+
tx-cal-45-dm-ohms = <6>;
236+
};
237+
214238
&usdhc1 {
215239
status = "okay";
216240
pwr-gpios = <&gpio1 5 GPIO_ACTIVE_HIGH>;

0 commit comments

Comments
 (0)