1Everest ES8316 audio CODEC 2 3This device supports both I2C and SPI. 4 5Required properties: 6 7 - compatible : should be "everest,es8316" 8 - reg : the I2C address of the device for I2C 9 10Optional 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 16Example: 17 18es8316: codec@11 { 19 compatible = "everest,es8316"; 20 reg = <0x11>; 21 clocks = <&clks 10>; 22 clock-names = "mclk"; 23}; 24