2017-02-27 23:47:24 +08:00
|
|
|
ES7134 i2s DA converter
|
|
|
|
|
|
|
|
Required properties:
|
2018-07-03 23:05:58 +08:00
|
|
|
- compatible : "everest,es7134" or
|
|
|
|
"everest,es7144" or
|
|
|
|
"everest,es7154"
|
|
|
|
- VDD-supply : regulator phandle for the VDD supply
|
|
|
|
- PVDD-supply: regulator phandle for the PVDD supply for the es7154
|
2017-02-27 23:47:24 +08:00
|
|
|
|
|
|
|
Example:
|
|
|
|
|
|
|
|
i2s_codec: external-codec {
|
|
|
|
compatible = "everest,es7134";
|
2018-07-03 23:05:58 +08:00
|
|
|
VDD-supply = <&vcc_5v>;
|
2017-02-27 23:47:24 +08:00
|
|
|
};
|