Skip to content

Commit 6816dab

Browse files
committed
boards: nxp: rd_rw612_bga: add missed usb host and lcd node
Add zephyr_uhc0 node; Add zephyr_mipi_dbi_spi and nxp_pmod_touch_panel_i2c node Signed-off-by: Aiden Hu <[email protected]>
1 parent e9eb91e commit 6816dab

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

boards/nxp/rd_rw612_bga/rd_rw612_bga.dtsi

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,10 @@ zephyr_udc0: &usb_otg {
237237
status = "okay";
238238
};
239239

240+
zephyr_uhc0: &usbh {
241+
status = "okay";
242+
};
243+
240244
&dma0 {
241245
status = "okay";
242246
};
@@ -316,3 +320,13 @@ nxp_8080_touch_panel_i2c: &arduino_i2c {
316320
status = "okay";
317321
wakeup-source;
318322
};
323+
324+
zephyr_mipi_dbi_spi: &lcdic {
325+
status = "okay";
326+
pinctrl-0 = <&pinmux_lcdic>;
327+
pinctrl-names = "default";
328+
};
329+
330+
nxp_pmod_touch_panel_i2c: &arduino_i2c {
331+
status = "okay";
332+
};

boards/nxp/rd_rw612_bga/rd_rw612_bga.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,6 @@ supported:
2828
- pwm
2929
- spi
3030
- usb_device
31+
- usb_host
32+
- usbh
3133
- watchdog

0 commit comments

Comments
 (0)