brintos

brintos / linux-shallow public Read only

0
0
Text · 822 B · 8e58ab5 Raw
41 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2%YAML 1.23---4$id: http://devicetree.org/schemas/soc/fsl/cpm_qe/fsl,qe-si.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Freescale QUICC Engine module Serial Interface Block (SI)8 9maintainers:10  - Frank Li <Frank.Li@nxp.com>11 12description:13  The SI manages the routing of eight TDM lines to the QE block serial drivers,14  the MCC and the UCCs, for receive and transmit.15 16properties:17  compatible:18    oneOf:19      - items:20          - enum:21              - fsl,ls1043-qe-si22          - const: fsl,t1040-qe-si23      - enum:24          - fsl,t1040-qe-si25 26  reg:27    maxItems: 128 29required:30  - compatible31  - reg32 33additionalProperties: false34 35examples:36  - |37    si@700 {38        compatible = "fsl,t1040-qe-si";39        reg = <0x700 0x80>;40    };41