File tree Expand file tree Collapse file tree 10 files changed +22
-0
lines changed Expand file tree Collapse file tree 10 files changed +22
-0
lines changed Original file line number Diff line number Diff 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
7678The default configuration can be found in the defconfig file:
7779``boards/arm/mimxrt1015_evk/mimxrt1015_evk_defconfig ``
Original file line number Diff line number Diff line change @@ -70,3 +70,7 @@ arduino_serial: &uart4 {};
7070 status = "okay";
7171 current-speed = <115200>;
7272};
73+
74+ &usbd1 {
75+ status = "okay";
76+ };
Original file line number Diff line number Diff line change @@ -19,3 +19,4 @@ supported:
1919 - gpio
2020 - hwinfo
2121 - i2c
22+ - usb_device
Original file line number Diff line number Diff line change @@ -82,6 +82,8 @@ features:
8282+-----------+------------+-------------------------------------+
8383| ENET | on-chip | ethernet |
8484+-----------+------------+-------------------------------------+
85+ | USB | on-chip | USB device |
86+ +-----------+------------+-------------------------------------+
8587
8688The default configuration can be found in the defconfig file:
8789``boards/arm/mimxrt1020_evk/mimxrt1020_evk_defconfig ``
Original file line number Diff line number Diff line change @@ -89,3 +89,7 @@ arduino_serial: &uart2 {};
8989 status = "okay";
9090 };
9191};
92+
93+ &usbd1 {
94+ status = "okay";
95+ };
Original file line number Diff line number Diff line change @@ -20,3 +20,4 @@ supported:
2020 - hwinfo
2121 - i2c
2222 - netif:eth
23+ - usb_device
Original file line number Diff line number Diff line change @@ -105,6 +105,8 @@ features:
105105+-----------+------------+-------------------------------------+
106106| ENET | on-chip | ethernet |
107107+-----------+------------+-------------------------------------+
108+ | USB | on-chip | USB device |
109+ +-----------+------------+-------------------------------------+
108110
109111
110112The default configuration can be found in the defconfig file:
Original file line number Diff line number Diff line change @@ -101,3 +101,7 @@ arduino_serial: &uart3 {};
101101 status = "okay";
102102 };
103103};
104+
105+ &usbd1 {
106+ status = "okay";
107+ };
Original file line number Diff line number Diff line change @@ -21,3 +21,4 @@ supported:
2121 - hwinfo
2222 - i2c
2323 - netif:eth
24+ - usb_device
Original file line number Diff line number Diff line change @@ -21,3 +21,4 @@ supported:
2121 - hwinfo
2222 - i2c
2323 - netif:eth
24+ - usb_device
You can’t perform that action at this time.
0 commit comments