We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9eb91e commit 8a4a54eCopy full SHA for 8a4a54e
boards/nxp/rd_rw612_bga/rd_rw612_bga.dtsi
@@ -237,6 +237,10 @@ zephyr_udc0: &usb_otg {
237
status = "okay";
238
};
239
240
+zephyr_uhc0: &usb_otg {
241
+ status = "okay";
242
+};
243
+
244
&dma0 {
245
246
@@ -316,3 +320,13 @@ nxp_8080_touch_panel_i2c: &arduino_i2c {
316
320
317
321
wakeup-source;
318
322
323
324
+zephyr_mipi_dbi_spi: &lcdic {
325
326
+ pinctrl-0 = <&pinmux_lcdic>;
327
+ pinctrl-names = "default";
328
329
330
+nxp_pmod_touch_panel_i2c: &arduino_i2c {
331
332
boards/nxp/rd_rw612_bga/rd_rw612_bga.yaml
@@ -28,4 +28,6 @@ supported:
28
- pwm
29
- spi
30
- usb_device
31
+ - usb_host
32
+ - usbh
33
- watchdog
0 commit comments