boards: arm: adi: Add USB to MAX32690EVKIT board
Added 'zephyr_udc0' label to usbhs node and enabled it for MAX32690EVKIT board. Signed-off-by: Furkan Akkiz <hasanfurkan.akkiz@analog.com>
This commit is contained in:
parent
59f709273d
commit
ce9077e2b5
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2023-2024 Analog Devices, Inc.
|
* Copyright (c) 2023-2025 Analog Devices, Inc.
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*/
|
*/
|
||||||
|
@ -167,3 +167,7 @@
|
||||||
&rtc_counter {
|
&rtc_counter {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
zephyr_udc0: &usbhs {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
|
@ -20,5 +20,6 @@ supported:
|
||||||
- pwm
|
- pwm
|
||||||
- w1
|
- w1
|
||||||
- flash
|
- flash
|
||||||
|
- usbd
|
||||||
ram: 1024
|
ram: 1024
|
||||||
flash: 3072
|
flash: 3072
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue