xref: /freebsd/sys/contrib/device-tree/Bindings/sound/alc5623.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel VadotALC5621/ALC5622/ALC5623 audio Codec
2*c66ec88fSEmmanuel Vadot
3*c66ec88fSEmmanuel VadotRequired properties:
4*c66ec88fSEmmanuel Vadot
5*c66ec88fSEmmanuel Vadot - compatible:	"realtek,alc5623"
6*c66ec88fSEmmanuel Vadot - reg:		the I2C address of the device.
7*c66ec88fSEmmanuel Vadot
8*c66ec88fSEmmanuel VadotOptional properties:
9*c66ec88fSEmmanuel Vadot
10*c66ec88fSEmmanuel Vadot - add-ctrl:	  Default register value for Reg-40h, Additional Control
11*c66ec88fSEmmanuel Vadot		  Register. If absent or has the value of 0, the
12*c66ec88fSEmmanuel Vadot		  register is untouched.
13*c66ec88fSEmmanuel Vadot
14*c66ec88fSEmmanuel Vadot - jack-det-ctrl: Default register value for Reg-5Ah, Jack Detect
15*c66ec88fSEmmanuel Vadot		  Control Register. If absent or has value 0, the
16*c66ec88fSEmmanuel Vadot		  register is untouched.
17*c66ec88fSEmmanuel Vadot
18*c66ec88fSEmmanuel VadotExample:
19*c66ec88fSEmmanuel Vadot
20*c66ec88fSEmmanuel Vadot	alc5621: alc5621@1a {
21*c66ec88fSEmmanuel Vadot		compatible = "alc5621";
22*c66ec88fSEmmanuel Vadot		reg = <0x1a>;
23*c66ec88fSEmmanuel Vadot		add-ctrl = <0x3700>;
24*c66ec88fSEmmanuel Vadot		jack-det-ctrl = <0x4810>;
25*c66ec88fSEmmanuel Vadot	};
26