blob: ca4605f1d6641a07c44efa2feea0b2f332fcbe72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/phy/ti,ds125df111.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: TI DS125DF111 Retimer PHY
description:
This binding describes the TI DS125DF111 multi-protocol Retimer PHY.
maintainers:
- Ioana Ciornei <ioana.ciornei@nxp.com>
properties:
compatible:
const: ti,ds125df111
reg:
maxItems: 1
"#phy-cells":
const: 1
description: |
The phandle's argument in the PHY specifier selects one of the two
channels of the retimer
required:
- compatible
- reg
- "#phy-cells"
additionalProperties: false
examples:
- |
i2c {
#address-cells = <1>;
#size-cells = <0>;
phy@18 {
compatible = "ti,ds125df111";
reg = <0x18>;
#phy-cells = <1>;
};
};
|