mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-15 09:51:56 +00:00
STM32F412/413/446/469 SoCs have 6 bidirectional endpoints according to the reference manuals RM0402, RM0430, RM0390 and RM0386. Signed-off-by: Yannis Damigos <giannis.damigos@gmail.com>
16 lines
202 B
Plaintext
16 lines
202 B
Plaintext
/*
|
|
* Copyright (c) 2018 Philémon Jaermann
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include <st/stm32f401.dtsi>
|
|
|
|
/ {
|
|
soc {
|
|
usbotg_fs: usb@50000000 {
|
|
num-bidir-endpoints = <6>;
|
|
};
|
|
};
|
|
};
|