diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2025-01-02 09:10:08 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2025-01-02 09:10:08 +0000 |
commit | beb6e748a90196469bed9e3900ce618069c652f7 (patch) | |
tree | 0f09e634b8c5e46d90c8caa0e5c029231e7b748f /Bindings/soc/fsl/cpm_qe/fsl,qe-si.yaml | |
parent | a8091808915c37cd212871d2b3f3a49149a8ddb4 (diff) |
Import device-tree files from Linux 6.11vendor/device-tree/6.11
Diffstat (limited to 'Bindings/soc/fsl/cpm_qe/fsl,qe-si.yaml')
-rw-r--r-- | Bindings/soc/fsl/cpm_qe/fsl,qe-si.yaml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/Bindings/soc/fsl/cpm_qe/fsl,qe-si.yaml b/Bindings/soc/fsl/cpm_qe/fsl,qe-si.yaml new file mode 100644 index 000000000000..8e58ab58c063 --- /dev/null +++ b/Bindings/soc/fsl/cpm_qe/fsl,qe-si.yaml @@ -0,0 +1,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>; + }; |