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:
Neil Chen 2024-12-08 17:11:04 +08:00 committed by Benjamin Cabé
parent 72acd970b4
commit 7fea8ae51c
3 changed files with 9 additions and 0 deletions

View file

@ -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

View file

@ -137,3 +137,8 @@ i2c0: &i2c0 {
&pit0_channel1 {
status = "okay";
};
zephyr_udc0: &usb {
status = "okay";
num-bidir-endpoints = <8>;
};

View file

@ -20,6 +20,8 @@ supported:
- gpio
- i2c
- uart
- usb_device
- usbd
testing:
ignore_tags:
- net