Back to home page

OSCL-LXR

 
 

    


0001 AK4104 S/PDIF transmitter
0002 
0003 This device supports SPI mode only.
0004 
0005 Required properties:
0006 
0007   - compatible : "asahi-kasei,ak4104"
0008 
0009   - reg : The chip select number on the SPI bus
0010 
0011   - vdd-supply : A regulator node, providing 2.7V - 3.6V
0012 
0013 Optional properties:
0014 
0015   - reset-gpios : a GPIO spec for the reset pin. If specified, it will be
0016                   deasserted before communication to the device starts.
0017 
0018 Example:
0019 
0020 spdif: ak4104@0 {
0021         compatible = "asahi-kasei,ak4104";
0022         reg = <0>;
0023         spi-max-frequency = <5000000>;
0024         vdd-supply = <&vdd_3v3_reg>;
0025 };