aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/net/maxim,ds26522.yaml
blob: 6c97eda217e83bc860c5ab395fa79131496b10cc (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
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/net/maxim,ds26522.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Maxim (Dallas) DS26522 Dual T1/E1/J1 Transceiver

maintainers:
  - Frank Li <Frank.Li@nxp.com>

properties:
  compatible:
    items:
      - const: maxim,ds26522

  reg:
    maxItems: 1

required:
  - compatible
  - reg

allOf:
  - $ref: /schemas/spi/spi-peripheral-props.yaml

unevaluatedProperties: false

examples:
  - |
    spi {
        #address-cells = <1>;
        #size-cells = <0>;

        transceiver@1 {
            compatible = "maxim,ds26522";
            reg = <1>;
            spi-max-frequency = <2000000>; /* input clock */
        };
    };