Lines Matching +full:shared +full:- +full:dma +full:- +full:pool
1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/sound/google,cros-ec-codec.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Cheng-Yi Chiang <cychiang@chromium.org>
11 - Tzung-Bi Shih <tzungbi@kernel.org>
15 Embedded Controller (EC) and is controlled via a host-command
17 subnode of a cros-ec node.
18 (see Documentation/devicetree/bindings/mfd/google,cros-ec.yaml).
22 const: google,cros-ec-codec
24 "#sound-dai-cells":
29 - description: |
30 Physical base address and length of shared memory region from EC.
31 It contains 3 unsigned 32-bit integer. The first 2 integers
32 combine to become an unsigned 64-bit physical address.
33 The last one integer is the length of the shared memory.
35 memory-region:
38 Shared memory region to EC. A "shared-dma-pool".
39 See ../reserved-memory/reserved-memory.txt for details.
42 - compatible
43 - '#sound-dai-cells'
48 - |
49 reserved_mem: reserved-mem@52800000 {
50 compatible = "shared-dma-pool";
52 no-map;
55 #address-cells = <1>;
56 #size-cells = <0>;
57 cros-ec@0 {
58 compatible = "google,cros-ec-spi";
62 #address-cells = <2>;
63 #size-cells = <1>;
65 cros_ec_codec: ec-codec@10500000 {
66 compatible = "google,cros-ec-codec";
67 #sound-dai-cells = <1>;
69 memory-region = <&reserved_mem>;