Linux-libre 5.4.49-gnu
[librecmc/linux-libre.git] / Documentation / devicetree / bindings / sound / everest,es8316.txt
1 Everest ES8316 audio CODEC
2
3 This device supports both I2C and SPI.
4
5 Required properties:
6
7   - compatible  : should be "everest,es8316"
8   - reg : the I2C address of the device for I2C
9
10 Optional properties:
11
12   - clocks : a list of phandle, should contain entries for clock-names
13   - clock-names : should include as follows:
14          "mclk" : master clock (MCLK) of the device
15
16 Example:
17
18 es8316: codec@11 {
19         compatible = "everest,es8316";
20         reg = <0x11>;
21         clocks = <&clks 10>;
22         clock-names = "mclk";
23 };