We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 078aef6 commit e029affCopy full SHA for e029aff
boards/nxp/mimxrt1050_evk/mimxrt1050_evk.dtsi
@@ -211,6 +211,30 @@ zephyr_udc0: &usb1 {
211
status = "okay";
212
};
213
214
+zephyr_uhc0: &usbh1 {
215
+ status = "okay";
216
+ phy_handle = <&usbphy1>;
217
+};
218
+
219
+zephyr_uhc1: &usbh2 {
220
221
+ phy_handle = <&usbphy2>;
222
223
224
+&usbphy1 {
225
226
+ tx-d-cal = <12>;
227
+ tx-cal-45-dp-ohms = <6>;
228
+ tx-cal-45-dm-ohms = <6>;
229
230
231
+&usbphy2 {
232
233
234
235
236
237
238
&usdhc1 {
239
240
pwr-gpios = <&gpio1 5 GPIO_ACTIVE_HIGH>;
0 commit comments