mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-11 17:55:54 +00:00
14 lines
191 B
Plaintext
14 lines
191 B
Plaintext
|
PCM5102a audio CODECs
|
||
|
|
||
|
These devices does not use I2C or SPI.
|
||
|
|
||
|
Required properties:
|
||
|
|
||
|
- compatible : set as "ti,pcm5102a"
|
||
|
|
||
|
Examples:
|
||
|
|
||
|
pcm5102a: pcm5102a {
|
||
|
compatible = "ti,pcm5102a";
|
||
|
};
|