/* * Copyright (c) 2017 Linaro Limited * * SPDX-License-Identifier: Apache-2.0 */ #include / { 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>; }; };