blob: cc76a34a14bf8aa1b241f65cd9c920c7d7a76b03 [file] [log] [blame]
/*
* Copyright (c) 2017 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <st/l4/stm32l471.dtsi>
/ {
soc {
compatible = "st,stm32l475", "st,stm32l4", "simple-bus";
usbotg_fs: otgfs@50000000 {
compatible = "st,stm32-otgfs";
reg = <0x50000000 0x40000>;
interrupts = <67 0>;
interrupt-names = "otgfs";
num-bidir-endpoints = <6>;
ram-size = <1280>;
maximum-speed = "full-speed";
phys = <&otgfs_phy>;
clocks = <&rcc STM32_CLOCK(AHB2, 12U)>,
<&rcc STM32_SRC_MSI CLK48_SEL(3)>;
status = "disabled";
};
};
otgfs_phy: otgfs_phy {
compatible = "usb-nop-xceiv";
#phy-cells = <0>;
};
};