From: Karl Asseily <karl@asseily.com>
To: broonie@kernel.org, lgirdwood@gmail.com, robh@kernel.org,
krzk+dt@kernel.org, conor+dt@kernel.org, perex@perex.cz,
tiwai@suse.com
Cc: linux-sound@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, Karl Asseily <karl@asseily.com>
Subject: [PATCH 2/4] ASoC: dt-bindings: add ESS Technology ES9039Q2M
Date: Thu, 20 Aug 2026 09:26:24 +0300 [thread overview]
Message-ID: <20260820062626.39218-3-karl@asseily.com> (raw)
In-Reply-To: <20260820062626.39218-1-karl@asseily.com>
Add a binding for the ES9039Q2M, a 32-bit two-channel audio DAC with an
asynchronous sample rate converter.
The part selects between two control personalities with its MODE pin:
hardware mode, strapped by HW0/HW1/HW2 with no control bus at all, and
software mode over I2C or SPI. This binding describes software mode over
I2C, which MODE = GND selects.
Signed-off-by: Karl Asseily <karl@asseily.com>
---
.../bindings/sound/ess,es9039q2m.yaml | 61 +++++++++++++++++++
1 file changed, 61 insertions(+)
create mode 100644 Documentation/devicetree/bindings/sound/ess,es9039q2m.yaml
diff --git a/Documentation/devicetree/bindings/sound/ess,es9039q2m.yaml b/Documentation/devicetree/bindings/sound/ess,es9039q2m.yaml
new file mode 100644
index 00000000000..b52c4cc5304
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/ess,es9039q2m.yaml
@@ -0,0 +1,61 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/sound/ess,es9039q2m.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: ESS Technology ES9039Q2M audio DAC
+
+maintainers:
+ - Karl Asseily <karl@asseily.com>
+
+description:
+ The ES9039Q2M is a 32-bit two-channel audio DAC supporting PCM to 768 kHz,
+ DSD64 to DSD1024, DoP and S/PDIF. It is controlled over I2C or SPI when the
+ MODE pin selects software mode; this binding covers the I2C interface. The
+ part contains an asynchronous sample rate converter, so the system clock need
+ not be synchronous with the audio bit or frame clocks.
+
+allOf:
+ - $ref: dai-common.yaml#
+
+properties:
+ compatible:
+ const: ess,es9039q2m
+
+ reg:
+ description:
+ I2C address, selected by the ADDR0 and ADDR1 pins - 0x48, 0x49, 0x4a or
+ 0x4b for GND/GND, GND/AVDD, AVDD/GND and AVDD/AVDD respectively.
+ enum: [ 0x48, 0x49, 0x4a, 0x4b ]
+
+ clocks:
+ maxItems: 1
+
+ clock-names:
+ const: mclk
+
+ "#sound-dai-cells":
+ const: 0
+
+required:
+ - compatible
+ - reg
+ - "#sound-dai-cells"
+
+unevaluatedProperties: false
+
+examples:
+ - |
+ i2c {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ audio-codec@48 {
+ compatible = "ess,es9039q2m";
+ reg = <0x48>;
+ #sound-dai-cells = <0>;
+ clocks = <&dac_mclk>;
+ clock-names = "mclk";
+ };
+ };
--
2.34.1
next prev parent reply other threads:[~2026-08-20 6:26 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-20 6:26 [PATCH 0/4] ASoC: add ESS Technology ES9039Q2M codec driver Karl Asseily
2026-08-20 6:26 ` [PATCH 1/4] dt-bindings: vendor-prefixes: add ESS Technology Karl Asseily
2026-08-20 6:30 ` Krzysztof Kozlowski
2026-08-20 6:48 ` Karl Asseily
2026-08-20 6:26 ` Karl Asseily [this message]
2026-08-20 6:26 ` [PATCH 3/4] ASoC: es9039q2m: add ESS Technology ES9039Q2M codec driver Karl Asseily
2026-08-20 6:38 ` sashiko-bot
2026-08-20 6:26 ` [PATCH 4/4] MAINTAINERS: add entry for the " Karl Asseily
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260820062626.39218-3-karl@asseily.com \
--to=karl@asseily.com \
--cc=broonie@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=perex@perex.cz \
--cc=robh@kernel.org \
--cc=tiwai@suse.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).