xref: /linux/Documentation/devicetree/bindings/sound/cs42l73.txt (revision 0898782247ae533d1f4e47a06bc5d4870931b284)
1*7b09eea5SBrian AustinCS42L73 audio CODEC
2*7b09eea5SBrian Austin
3*7b09eea5SBrian AustinRequired properties:
4*7b09eea5SBrian Austin
5*7b09eea5SBrian Austin  - compatible : "cirrus,cs42l73"
6*7b09eea5SBrian Austin
7*7b09eea5SBrian Austin  - reg : the I2C address of the device for I2C
8*7b09eea5SBrian Austin
9*7b09eea5SBrian AustinOptional properties:
10*7b09eea5SBrian Austin
11*7b09eea5SBrian Austin  - reset_gpio : a GPIO spec for the reset pin.
12*7b09eea5SBrian Austin  - chgfreq    : Charge Pump Frequency values 0x00-0x0F
13*7b09eea5SBrian Austin
14*7b09eea5SBrian Austin
15*7b09eea5SBrian AustinExample:
16*7b09eea5SBrian Austin
17*7b09eea5SBrian Austincodec: cs42l73@4a {
18*7b09eea5SBrian Austin	compatible = "cirrus,cs42l73";
19*7b09eea5SBrian Austin	reg = <0x4a>;
20*7b09eea5SBrian Austin	reset_gpio = <&gpio 10 0>;
21*7b09eea5SBrian Austin	chgfreq = <0x05>;
22*7b09eea5SBrian Austin};
23