Yannis Damigos | 68dc112 | 2018-10-03 15:58:29 +0300 | [diff] [blame] | 1 | # |
| 2 | # Copyright (c) 2018, Yannis Damigos |
| 3 | # |
| 4 | # SPDX-License-Identifier: Apache-2.0 |
| 5 | # |
| 6 | --- |
| 7 | title: NOP USB Transceiver |
| 8 | version: 0.1 |
| 9 | |
| 10 | description: > |
| 11 | This binding is to be used by all the usb transceivers which are built-in |
| 12 | with USB IP |
| 13 | |
| 14 | inherits: |
| 15 | !include phy.yaml |
| 16 | |
| 17 | properties: |
| 18 | compatible: |
| 19 | constraint: "usb-nop-xceiv" |
| 20 | |
Kumar Gala | 6758e06 | 2019-06-14 09:51:16 -0500 | [diff] [blame^] | 21 | "#phy-cells": |
Yannis Damigos | 68dc112 | 2018-10-03 15:58:29 +0300 | [diff] [blame] | 22 | description: should be 0 |
| 23 | ... |