18c2ecf20Sopenharmony_ciAnalog Devices AD5933/AD5934 Impedance Converter, Network Analyzer
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_cihttps://www.analog.com/media/en/technical-documentation/data-sheets/AD5933.pdf
48c2ecf20Sopenharmony_cihttps://www.analog.com/media/en/technical-documentation/data-sheets/AD5934.pdf
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ciRequired properties:
78c2ecf20Sopenharmony_ci - compatible : should be one of
88c2ecf20Sopenharmony_ci		"adi,ad5933"
98c2ecf20Sopenharmony_ci		"adi,ad5934"
108c2ecf20Sopenharmony_ci - reg : the I2C address.
118c2ecf20Sopenharmony_ci - vdd-supply : The regulator supply for DVDD, AVDD1 and AVDD2 when they
128c2ecf20Sopenharmony_ci   are connected together.
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ciOptional properties:
158c2ecf20Sopenharmony_ci- clocks : external clock reference.
168c2ecf20Sopenharmony_ci- clock-names : must be "mclk" if clocks is set.
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_ciExample for a I2C device node:
198c2ecf20Sopenharmony_ci
208c2ecf20Sopenharmony_ci	impedance-analyzer@0d {
218c2ecf20Sopenharmony_ci		compatible = "adi,adxl345";
228c2ecf20Sopenharmony_ci		reg = <0x0d>;
238c2ecf20Sopenharmony_ci		vdd-supply = <&vdd_supply>;
248c2ecf20Sopenharmony_ci		clocks = <&ref_clk>;
258c2ecf20Sopenharmony_ci		clock-names = "mclk";
268c2ecf20Sopenharmony_ci	};
27