new file mode 100755
@@ -0,0 +1,109 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/sound/everest,es8326.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Everest ES8326 audio CODEC
+
+maintainers:
+ - David Yang <yangxiaohua@everest-semi.com>
+
+properties:
+ compatible:
+ const: everest,es8326
+
+ reg:
+ maxItems: 1
+
+ clocks:
+ items:
+ - description: clock for master clock (MCLK)
+
+ clock-names:
+ items:
+ - const: mclk
+
+ "#sound-dai-cells":
+ const: 0
+
+ mclk-rate:
+ description:
+ clock rate of mclk
+ $ref: /schemas/types.yaml#/definitions/uint32-array
+ minItems: 1
+
+ everest,jack-pol:
+ description:
+ just the value of reg 57. Bit(3) decides whether the jack polarity is inverted.
+ Bit(2) decides whether the bottom on the headset is inverted.
+ Bit(1)/(0) decides the mic properity to be OMTP/CTIA or auto.
+ $ref: /schemas/types.yaml#/definitions/uint8-array
+ minimum: 0
+ maximum: 0x0f
+ default: 0x0f
+
+ everest,mic1-src:
+ description:
+ the value of reg 2A when headset plugged.
+ $ref: /schemas/types.yaml#/definitions/uint8-array
+ minimum: 0x00
+ maximum: 0x77
+ default: 0x22
+
+ everest,mic2-src:
+ description: