2017-10-15 23:09:49 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2017, I-SENSE group of ICCS
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
2019-06-19 06:03:49 +08:00
|
|
|
|
2017-10-15 23:09:49 +08:00
|
|
|
title: STM32 USB
|
|
|
|
version: 0.1
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This binding gives a base representation of the STM32 USB controller
|
|
|
|
|
|
|
|
inherits:
|
|
|
|
!include usb-ep.yaml
|
|
|
|
|
|
|
|
properties:
|
|
|
|
compatible:
|
|
|
|
constraint: "st,stm32-usb"
|
|
|
|
|
|
|
|
reg:
|
|
|
|
category: required
|
|
|
|
|
|
|
|
interrupts:
|
|
|
|
category: required
|
|
|
|
|
|
|
|
ram-size:
|
|
|
|
type: int
|
|
|
|
category: required
|
|
|
|
description: Size of USB dedicated RAM. STM32 SOC's reference
|
|
|
|
manual defines USB packet SRAM size.
|
2018-05-10 17:36:45 +08:00
|
|
|
|
|
|
|
disconnect-gpios:
|
|
|
|
type: compound
|
|
|
|
category: optional
|
|
|
|
description: Some boards use a USB DISCONNECT pin to enable
|
|
|
|
the pull-up resistor on USB Data Positive signal.
|
2018-10-03 21:38:53 +08:00
|
|
|
|
|
|
|
phys:
|
|
|
|
type: array
|
|
|
|
category: optional
|
|
|
|
description: PHY provider specifier
|
2018-08-11 20:33:29 +08:00
|
|
|
|
|
|
|
enable-pin-remap:
|
|
|
|
type: boolean
|
|
|
|
category: optional
|
|
|
|
description: For STM32F0 series SoCs on QFN28 and TSSOP20 packages
|
|
|
|
enable PIN pair PA11/12 mapped instead of PA9/10 (e.g. stm32f070x6)
|
2019-07-15 19:56:46 +08:00
|
|
|
|
|
|
|
clocks:
|
|
|
|
category: required
|