.. | .. |
---|
25 | 25 | |
---|
26 | 26 | For required properties on SPI/I2C, consult SPI/I2C device tree documentation |
---|
27 | 27 | |
---|
| 28 | +Optional properties: |
---|
| 29 | + |
---|
| 30 | + - reset-gpios : Optional reset gpio line connected to RST pin of the codec. |
---|
| 31 | + The RST line is low active: |
---|
| 32 | + RST = low: device power-down |
---|
| 33 | + RST = high: device is enabled |
---|
| 34 | + |
---|
28 | 35 | Examples: |
---|
29 | 36 | |
---|
30 | 37 | i2c0: i2c0@0 { |
---|
.. | .. |
---|
34 | 41 | pcm3168a: audio-codec@44 { |
---|
35 | 42 | compatible = "ti,pcm3168a"; |
---|
36 | 43 | reg = <0x44>; |
---|
| 44 | + reset-gpios = <&gpio0 4 GPIO_ACTIVE_LOW>; |
---|
37 | 45 | clocks = <&clk_core CLK_AUDIO>; |
---|
38 | 46 | clock-names = "scki"; |
---|
39 | 47 | VDD1-supply = <&supply3v3>; |
---|