29 lines
522 B
YAML
29 lines
522 B
YAML
#
|
|
# Copyright (c) 2018, Yannis Damigos
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
---
|
|
title: STM32 USB HS PHY
|
|
version: 0.1
|
|
|
|
description: >
|
|
This binding gives a base representation of the STM32 USB HS PHY controller
|
|
|
|
inherits:
|
|
!include phy.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "st,stm32-usbphyc"
|
|
|
|
reg:
|
|
type: array
|
|
description: address and length of the usb phy control register set
|
|
generation: define
|
|
category: required
|
|
|
|
"phy-cells":
|
|
description: should be 0
|
|
...
|