1 Analog Devices ADAU1701 2 3 Required properties: 4 5 - compatible: Should contain "adi,ad 6 - reg: The i2c address. Value 7 and ADDR1, as wired in 8 9 Optional properties: 10 11 - reset-gpio: A GPIO spec to define 12 chip's !RESET pin. If 13 assert a hardware rese 14 - adi,pll-mode-gpios: An array of two GPIO s 15 the ADAU's PLL config 16 The state of the pins 17 configured clock divid 18 firmware is loaded. 19 - adi,pin-config: An array of 12 numeric 20 pin configurations as 21 table 53. Note that th 22 to be prefixed with '/ 23 - avdd-supply: Power supply for AVDD, 24 - dvdd-supply: Power supply for DVDD, 25 26 Examples: 27 28 i2c_bus { 29 adau1701@34 { 30 compatible = "adi,adau 31 reg = <0x34>; 32 reset-gpio = <&gpio 23 33 avdd-supply = <&vdd_3v 34 dvdd-supply = <&vdd_3v 35 adi,pll-mode-gpios = < 36 adi,pin-config = /bits 37 38 }; 39 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.