forked from Minki/linux
04561eacaa
Apart from pure matching, the bindings also support setting the the reset gpio line. Signed-off-by: Daniel Mack <zonque@gmail.com> Acked-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
24 lines
505 B
Plaintext
24 lines
505 B
Plaintext
Analog Devices ADAU1701
|
|
|
|
Required properties:
|
|
|
|
- compatible: Should contain "adi,adau1701"
|
|
- reg: The i2c address. Value depends on the state of ADDR0
|
|
and ADDR1, as wired in hardware.
|
|
|
|
Optional properties:
|
|
|
|
- reset-gpio: A GPIO spec to define which pin is connected to the
|
|
chip's !RESET pin. If specified, the driver will
|
|
assert a hardware reset at probe time.
|
|
|
|
Examples:
|
|
|
|
i2c_bus {
|
|
adau1701@34 {
|
|
compatible = "adi,adau1701";
|
|
reg = <0x34>;
|
|
reset-gpio = <&gpio 23 0>;
|
|
};
|
|
};
|