Skip to content

Commit 6cfd811

Browse files
MaureenHelmgalak
authored andcommitted
boards: arm: Extend usb device support to all nxp imx rt boards
Extends the usb device support from mimxrt10{50,64}_evk to all other imx rt boards. Signed-off-by: Maureen Helm <[email protected]>
1 parent 60915c8 commit 6cfd811

File tree

10 files changed

+22
-0
lines changed

10 files changed

+22
-0
lines changed

boards/arm/mimxrt1015_evk/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ features:
7272
| UART | on-chip | serial port-polling; |
7373
| | | serial port-interrupt |
7474
+-----------+------------+-------------------------------------+
75+
| USB | on-chip | USB device |
76+
+-----------+------------+-------------------------------------+
7577

7678
The default configuration can be found in the defconfig file:
7779
``boards/arm/mimxrt1015_evk/mimxrt1015_evk_defconfig``

boards/arm/mimxrt1015_evk/mimxrt1015_evk.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,7 @@ arduino_serial: &uart4 {};
7070
status = "okay";
7171
current-speed = <115200>;
7272
};
73+
74+
&usbd1 {
75+
status = "okay";
76+
};

boards/arm/mimxrt1015_evk/mimxrt1015_evk.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ supported:
1919
- gpio
2020
- hwinfo
2121
- i2c
22+
- usb_device

boards/arm/mimxrt1020_evk/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ features:
8282
+-----------+------------+-------------------------------------+
8383
| ENET | on-chip | ethernet |
8484
+-----------+------------+-------------------------------------+
85+
| USB | on-chip | USB device |
86+
+-----------+------------+-------------------------------------+
8587

8688
The default configuration can be found in the defconfig file:
8789
``boards/arm/mimxrt1020_evk/mimxrt1020_evk_defconfig``

boards/arm/mimxrt1020_evk/mimxrt1020_evk.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,7 @@ arduino_serial: &uart2 {};
8989
status = "okay";
9090
};
9191
};
92+
93+
&usbd1 {
94+
status = "okay";
95+
};

boards/arm/mimxrt1020_evk/mimxrt1020_evk.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ supported:
2020
- hwinfo
2121
- i2c
2222
- netif:eth
23+
- usb_device

boards/arm/mimxrt1060_evk/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ features:
105105
+-----------+------------+-------------------------------------+
106106
| ENET | on-chip | ethernet |
107107
+-----------+------------+-------------------------------------+
108+
| USB | on-chip | USB device |
109+
+-----------+------------+-------------------------------------+
108110

109111

110112
The default configuration can be found in the defconfig file:

boards/arm/mimxrt1060_evk/mimxrt1060_evk.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,7 @@ arduino_serial: &uart3 {};
101101
status = "okay";
102102
};
103103
};
104+
105+
&usbd1 {
106+
status = "okay";
107+
};

boards/arm/mimxrt1060_evk/mimxrt1060_evk.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ supported:
2121
- hwinfo
2222
- i2c
2323
- netif:eth
24+
- usb_device

boards/arm/mimxrt1060_evk/mimxrt1060_evk_hyperflash.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ supported:
2121
- hwinfo
2222
- i2c
2323
- netif:eth
24+
- usb_device

0 commit comments

Comments
 (0)