18c2ecf20Sopenharmony_ciAnalog Devices ADAU1701
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci - compatible:		Should contain "adi,adau1701"
68c2ecf20Sopenharmony_ci - reg:			The i2c address. Value depends on the state of ADDR0
78c2ecf20Sopenharmony_ci			and ADDR1, as wired in hardware.
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ciOptional properties:
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci - reset-gpio: 		A GPIO spec to define which pin is connected to the
128c2ecf20Sopenharmony_ci			chip's !RESET pin. If specified, the driver will
138c2ecf20Sopenharmony_ci			assert a hardware reset at probe time.
148c2ecf20Sopenharmony_ci - adi,pll-mode-gpios:	An array of two GPIO specs to describe the GPIOs
158c2ecf20Sopenharmony_ci			the ADAU's PLL config pins are connected to.
168c2ecf20Sopenharmony_ci			The state of the pins are set according to the
178c2ecf20Sopenharmony_ci			configured clock divider on ASoC side before the
188c2ecf20Sopenharmony_ci			firmware is loaded.
198c2ecf20Sopenharmony_ci - adi,pin-config:	An array of 12 numerical values selecting one of the
208c2ecf20Sopenharmony_ci			pin configurations as described in the datasheet,
218c2ecf20Sopenharmony_ci			table 53. Note that the value of this property has
228c2ecf20Sopenharmony_ci			to be prefixed with '/bits/ 8'.
238c2ecf20Sopenharmony_ci - avdd-supply: 	Power supply for AVDD, providing 3.3V
248c2ecf20Sopenharmony_ci - dvdd-supply: 	Power supply for DVDD, providing 3.3V
258c2ecf20Sopenharmony_ci
268c2ecf20Sopenharmony_ciExamples:
278c2ecf20Sopenharmony_ci
288c2ecf20Sopenharmony_ci	i2c_bus {
298c2ecf20Sopenharmony_ci		adau1701@34 {
308c2ecf20Sopenharmony_ci			compatible = "adi,adau1701";
318c2ecf20Sopenharmony_ci			reg = <0x34>;
328c2ecf20Sopenharmony_ci			reset-gpio = <&gpio 23 0>;
338c2ecf20Sopenharmony_ci			avdd-supply = <&vdd_3v3_reg>;
348c2ecf20Sopenharmony_ci			dvdd-supply = <&vdd_3v3_reg>;
358c2ecf20Sopenharmony_ci			adi,pll-mode-gpios = <&gpio 24 0 &gpio 25 0>;
368c2ecf20Sopenharmony_ci			adi,pin-config = /bits/ 8 <0x4 0x7 0x5 0x5 0x4 0x4
378c2ecf20Sopenharmony_ci                                                   0x4 0x4 0x4 0x4 0x4 0x4>;
388c2ecf20Sopenharmony_ci		};
398c2ecf20Sopenharmony_ci	};
40