1RT5616 audio CODEC 2 3This device supports I2C only. 4 5Required properties: 6 7- compatible : "realtek,rt5616". 8 9- reg : The I2C address of the device. 10 11Pins on the device (for linking into audio routes) for RT5616: 12 13 * IN1P 14 * IN2P 15 * IN2N 16 * LOUTL 17 * LOUTR 18 * HPOL 19 * HPOR 20 21Example: 22 23codec: rt5616@1b { 24 compatible = "realtek,rt5616"; 25 reg = <0x1b>; 26}; 27