~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/sound/intel,keembay-i2s.yaml

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
  2 # Copyright 2020 Intel Corporation
  3 %YAML 1.2
  4 ---
  5 $id: http://devicetree.org/schemas/sound/intel,keembay-i2s.yaml#
  6 $schema: http://devicetree.org/meta-schemas/core.yaml#
  7 
  8 title: Intel KeemBay I2S
  9 
 10 maintainers:
 11   - Daniele Alessandrelli <daniele.alessandrelli@intel.com>
 12   - Paul J. Murphy <paul.j.murphy@intel.com>
 13 
 14 description: |
 15  Intel KeemBay I2S
 16 
 17 allOf:
 18   - $ref: dai-common.yaml#
 19 
 20 properties:
 21   compatible:
 22     enum:
 23       - intel,keembay-i2s
 24       - intel,keembay-tdm
 25       - intel,keembay-hdmi-i2s
 26 
 27   "#sound-dai-cells":
 28     const: 0
 29 
 30   reg:
 31     items:
 32       - description: I2S registers
 33       - description: I2S gen configuration
 34 
 35   reg-names:
 36     items:
 37       - const: i2s-regs
 38       - const: i2s_gen_cfg
 39 
 40   interrupts:
 41     maxItems: 1
 42 
 43   clocks:
 44     items:
 45       - description: Bus Clock
 46       - description: Module Clock
 47 
 48   clock-names:
 49     items:
 50       - const: osc
 51       - const: apb_clk
 52 
 53   dmas:
 54     items:
 55       - description: DMA TX channel
 56       - description: DMA RX channel
 57 
 58   dma-names:
 59     items:
 60       - const: tx
 61       - const: rx
 62 
 63 required:
 64   - compatible
 65   - "#sound-dai-cells"
 66   - reg
 67   - clocks
 68   - clock-names
 69   - interrupts
 70 
 71 unevaluatedProperties: false
 72 
 73 examples:
 74   - |
 75      #include <dt-bindings/interrupt-controller/arm-gic.h>
 76      #include <dt-bindings/interrupt-controller/irq.h>
 77      #define KEEM_BAY_PSS_AUX_I2S3
 78      #define KEEM_BAY_PSS_I2S3
 79      i2s3: i2s@20140000 {
 80          compatible = "intel,keembay-i2s";
 81          #sound-dai-cells = <0>;
 82          reg = <0x20140000 0x200>, /* I2S registers */
 83                <0x202a00a4 0x4>; /* I2S gen configuration */
 84          reg-names = "i2s-regs", "i2s_gen_cfg";
 85          interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
 86          clock-names = "osc", "apb_clk";
 87          clocks = <&scmi_clk KEEM_BAY_PSS_AUX_I2S3>, <&scmi_clk KEEM_BAY_PSS_I2S3>;
 88          dmas = <&axi_dma0 29>, <&axi_dma0 33>;
 89          dma-names = "tx", "rx";
 90      };

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php