23 lines · plain
1Cirrus Logic CS4341 audio DAC2 3This device supports both I2C and SPI (configured with pin strapping4on the board).5 6Required properties:7 - compatible: "cirrus,cs4341a"8 - reg : the I2C address of the device for I2C, the chip select9 number for SPI.10 11For required properties on I2C-bus, please consult12dtschema schemas/i2c/i2c-controller.yaml13For required properties on SPI-bus, please consult14Documentation/devicetree/bindings/spi/spi-bus.txt15 16Example:17 codec: cs4341@0 {18 #sound-dai-cells = <0>;19 compatible = "cirrus,cs4341a";20 reg = <0>;21 spi-max-frequency = <6000000>;22 };23