2017-05-17 21:56:57 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2017 Linaro Limited
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
2018-09-27 21:23:16 +08:00
|
|
|
#include <st/f4/stm32f429.dtsi>
|
2018-06-19 14:22:20 +08:00
|
|
|
|
|
|
|
/ {
|
|
|
|
soc {
|
|
|
|
usbotg_fs: usb@50000000 {
|
|
|
|
num-bidir-endpoints = <6>;
|
|
|
|
};
|
2018-07-07 22:34:35 +08:00
|
|
|
|
|
|
|
usbotg_hs: usb@40040000 {
|
|
|
|
num-bidir-endpoints = <9>;
|
|
|
|
ram-size = <4096>;
|
|
|
|
};
|
2018-06-19 14:22:20 +08:00
|
|
|
};
|
|
|
|
};
|