boards: frdm_mcxc444: Add usb support
Support usb for NXP frdm_mcxc444 board. Test it using samples/subsys/usb/console. Signed-off-by: Neil Chen <cheng.chen_1@nxp.com>
This commit is contained in:
parent
72acd970b4
commit
7fea8ae51c
3 changed files with 9 additions and 0 deletions
|
|
@ -63,6 +63,8 @@ The ``frdm_mcxc444`` board target supports the following hardware features:
|
|||
+-----------+------------+-------------------------------------+
|
||||
| RTC | on-chip | counter |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| USB | on-chip | USB device |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
|
||||
Targets available
|
||||
|
|
|
|||
|
|
@ -137,3 +137,8 @@ i2c0: &i2c0 {
|
|||
&pit0_channel1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
zephyr_udc0: &usb {
|
||||
status = "okay";
|
||||
num-bidir-endpoints = <8>;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -20,6 +20,8 @@ supported:
|
|||
- gpio
|
||||
- i2c
|
||||
- uart
|
||||
- usb_device
|
||||
- usbd
|
||||
testing:
|
||||
ignore_tags:
|
||||
- net
|
||||
|
|
|
|||
Loading…
Reference in a new issue