blob: 4151fef275aa3caf508aee555b71123d78a45ffc [file] [log] [blame]
Yannis Damigos68dc1122018-10-03 15:58:29 +03001#
2# Copyright (c) 2018, Yannis Damigos
3#
4# SPDX-License-Identifier: Apache-2.0
5#
6---
7title: NOP USB Transceiver
8version: 0.1
9
10description: >
11 This binding is to be used by all the usb transceivers which are built-in
12 with USB IP
13
14inherits:
15 !include phy.yaml
16
17properties:
18 compatible:
19 constraint: "usb-nop-xceiv"
20
Kumar Gala6758e062019-06-14 09:51:16 -050021 "#phy-cells":
Yannis Damigos68dc1122018-10-03 15:58:29 +030022 description: should be 0
23...