1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/sound/starfive,jh7110-pwmdac.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: StarFive JH7110 PWM-DAC Controller
10 The PWM-DAC Controller uses PWM square wave generators plus RC filters to
11 form a DAC for audio play in StarFive JH7110 SoC. This audio play controller
12 supports 16 bit audio format, up to 48K sampling frequency, up to left and
16 - Hal Feng <hal.feng@starfivetech.com>
19 - $ref: dai-common.yaml#
23 const: starfive,jh7110-pwmdac
30 - description: PWMDAC APB
31 - description: PWMDAC CORE
40 description: PWMDAC APB
44 description: TX DMA Channel
62 additionalProperties: false
67 compatible = "starfive,jh7110-pwmdac";
68 reg = <0x100b0000 0x1000>;
69 clocks = <&syscrg 157>,
71 clock-names = "apb", "core";
72 resets = <&syscrg 96>;
75 #sound-dai-cells = <0>;