2018-10-03 20:58:29 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2018, Yannis Damigos
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
2019-06-19 06:03:49 +08:00
|
|
|
|
2018-10-03 20:58:29 +08:00
|
|
|
title: STM32 USB HS PHY
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This binding gives a base representation of the STM32 USB HS PHY controller
|
|
|
|
|
2019-08-22 07:10:12 +08:00
|
|
|
include: phy-controller.yaml
|
2018-10-03 20:58:29 +08:00
|
|
|
|
|
|
|
properties:
|
|
|
|
compatible:
|
|
|
|
constraint: "st,stm32-usbphyc"
|
|
|
|
|
|
|
|
reg:
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|
2018-10-03 20:58:29 +08:00
|
|
|
|
2019-06-14 22:51:16 +08:00
|
|
|
"#phy-cells":
|
2019-08-10 03:54:26 +08:00
|
|
|
const: 0
|