summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound/fsl,imx95-cm7-sof.yaml
blob: f00ae3219e15053f7c047c0a8636da499730d82c (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/sound/fsl,imx95-cm7-sof.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: NXP imx95 CM7 core

maintainers:
  - Daniel Baluta <daniel.baluta@nxp.com>

description: NXP imx95 CM7 core used for audio processing

properties:
  compatible:
    const: fsl,imx95-cm7-sof

  reg:
    maxItems: 1

  reg-names:
    const: sram

  memory-region:
    maxItems: 1

  memory-region-names:
    const: dma

  port:
    description: SAI3 port
    $ref: audio-graph-port.yaml#
    unevaluatedProperties: false

required:
  - compatible
  - reg
  - reg-names
  - memory-region
  - memory-region-names
  - port

allOf:
  - $ref: fsl,sof-cpu.yaml#

unevaluatedProperties: false

examples:
  - |
    cm7-cpu@80000000 {
        compatible = "fsl,imx95-cm7-sof";
        reg = <0x80000000 0x6100000>;
        reg-names = "sram";
        mboxes = <&mu7 2 0>, <&mu7 2 1>, <&mu7 3 0>, <&mu7 3 1>;
        mbox-names = "txdb0", "txdb1", "rxdb0", "rxdb1";
        memory-region = <&adma_res>;
        memory-region-names = "dma";
        port {
            /* SAI3-WM8962 link */
            endpoint {
                remote-endpoint = <&wm8962_ep>;
            };
        };
    };