mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 18:58:46 +00:00
Although snps,designware-usb bindings already exist, this one is prolematic. Compatible is too general and does not reflect the actual controller IP. It has Zephyr-specific properties, but has no zephyr prefix. It forces properties that are not necessary for this controller. We start here with new bare minimum properties for DesignWare OTG USB 2.0 controller. The STM32F4 SoC family USB controllers, which are also implement DesignWare OTG USB 2.0 IP, can also be used with existing drivers, but require certain quirks. To use these we need special compatible. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
19 lines
346 B
YAML
19 lines
346 B
YAML
# Copyright (c) 2023 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
description: STM32F4 SoC series OTG_FS DWC2 compatible controller
|
|
|
|
compatible: "st,stm32f4-fsotg"
|
|
|
|
include: ["snps,dwc2.yaml", pinctrl-device.yaml]
|
|
|
|
properties:
|
|
clocks:
|
|
required: true
|
|
|
|
pinctrl-0:
|
|
required: true
|
|
|
|
pinctrl-names:
|
|
required: true
|