Optional properties:
- - rst-gpios : Optional RST gpio line for the codec
- RST = low: device power-down
- RST = high: device is enabled
+ - reset-gpios : Optional reset gpio line connected to RST pin of the codec.
+ The RST line is low active:
+ RST = low: device power-down
+ RST = high: device is enabled
Examples:
pcm3168a: audio-codec@44 {
compatible = "ti,pcm3168a";
reg = <0x44>;
- rst-gpios = <&gpio0 4 GPIO_ACTIVE_HIGH>;
+ reset-gpios = <&gpio0 4 GPIO_ACTIVE_LOW>;
clocks = <&clk_core CLK_AUDIO>;
clock-names = "scki";
VDD1-supply = <&supply3v3>;