mirror of
https://github.com/torvalds/linux.git
synced 2024-12-22 02:52:56 +00:00
18 lines
285 B
Plaintext
18 lines
285 B
Plaintext
|
AK4104 S/PDIF transmitter
|
||
|
|
||
|
This device supports SPI mode only.
|
||
|
|
||
|
Required properties:
|
||
|
|
||
|
- compatible : "asahi-kasei,ak4104"
|
||
|
|
||
|
- reg : The chip select number on the SPI bus
|
||
|
|
||
|
Example:
|
||
|
|
||
|
spdif: ak4104@0 {
|
||
|
compatible = "asahi-kasei,ak4104";
|
||
|
reg = <0>;
|
||
|
spi-max-frequency = <5000000>;
|
||
|
};
|