summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/soc/fsl/cpm_qe/fsl,qe-si.yaml
blob: 8e58ab58c0633c605dee8db4252273721f5baf1b (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/soc/fsl/cpm_qe/fsl,qe-si.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Freescale QUICC Engine module Serial Interface Block (SI)

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

description:
  The SI manages the routing of eight TDM lines to the QE block serial drivers,
  the MCC and the UCCs, for receive and transmit.

properties:
  compatible:
    oneOf:
      - items:
          - enum:
              - fsl,ls1043-qe-si
          - const: fsl,t1040-qe-si
      - enum:
          - fsl,t1040-qe-si

  reg:
    maxItems: 1

required:
  - compatible
  - reg

additionalProperties: false

examples:
  - |
    si@700 {
        compatible = "fsl,t1040-qe-si";
        reg = <0x700 0x80>;
    };