20 lines
387 B
YAML
20 lines
387 B
YAML
# Copyright (c) 2022 Meta Platforms
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: |
|
|
This binding is to be used by all the usb transceivers which are an external
|
|
ULPI phy
|
|
|
|
compatible: "usb-ulpi-phy"
|
|
|
|
include: phy-controller.yaml
|
|
|
|
properties:
|
|
"#phy-cells":
|
|
const: 0
|
|
|
|
reset-gpios:
|
|
type: phandle-array
|
|
description: |
|
|
GPIO connected to the ulpi RESET pin.
|