blob: c1d5c8ad1a36a5c81c458f2e10033f0c95810318 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001Cirrus Logic CS4341 audio DAC
2
3This device supports both I2C and SPI (configured with pin strapping
4on the board).
5
6Required properties:
7 - compatible: "cirrus,cs4341a"
8 - reg : the I2C address of the device for I2C, the chip select
9 number for SPI.
10
11For required properties on I2C-bus, please consult
Tom Rini6bb92fc2024-05-20 09:54:58 -060012dtschema schemas/i2c/i2c-controller.yaml
Tom Rini53633a82024-02-29 12:33:36 -050013For required properties on SPI-bus, please consult
14Documentation/devicetree/bindings/spi/spi-bus.txt
15
16Example:
17 codec: cs4341@0 {
18 #sound-dai-cells = <0>;
19 compatible = "cirrus,cs4341a";
20 reg = <0>;
21 spi-max-frequency = <6000000>;
22 };