162306a36Sopenharmony_ciMediaTek AUDSYS controller
262306a36Sopenharmony_ci============================
362306a36Sopenharmony_ci
462306a36Sopenharmony_ciThe MediaTek AUDSYS controller provides various clocks to the system.
562306a36Sopenharmony_ci
662306a36Sopenharmony_ciRequired Properties:
762306a36Sopenharmony_ci
862306a36Sopenharmony_ci- compatible: Should be one of:
962306a36Sopenharmony_ci	- "mediatek,mt2701-audsys", "syscon"
1062306a36Sopenharmony_ci	- "mediatek,mt6765-audsys", "syscon"
1162306a36Sopenharmony_ci	- "mediatek,mt6779-audio", "syscon"
1262306a36Sopenharmony_ci	- "mediatek,mt7622-audsys", "syscon"
1362306a36Sopenharmony_ci	- "mediatek,mt7623-audsys", "mediatek,mt2701-audsys", "syscon"
1462306a36Sopenharmony_ci	- "mediatek,mt8167-audiosys", "syscon"
1562306a36Sopenharmony_ci	- "mediatek,mt8183-audiosys", "syscon"
1662306a36Sopenharmony_ci	- "mediatek,mt8192-audsys", "syscon"
1762306a36Sopenharmony_ci	- "mediatek,mt8516-audsys", "syscon"
1862306a36Sopenharmony_ci- #clock-cells: Must be 1
1962306a36Sopenharmony_ci
2062306a36Sopenharmony_ciThe AUDSYS controller uses the common clk binding from
2162306a36Sopenharmony_ciDocumentation/devicetree/bindings/clock/clock-bindings.txt
2262306a36Sopenharmony_ciThe available clocks are defined in dt-bindings/clock/mt*-clk.h.
2362306a36Sopenharmony_ci
2462306a36Sopenharmony_ciRequired sub-nodes:
2562306a36Sopenharmony_ci-------
2662306a36Sopenharmony_ciFor common binding part and usage, refer to
2762306a36Sopenharmony_ci../sonud/mt2701-afe-pcm.txt.
2862306a36Sopenharmony_ci
2962306a36Sopenharmony_ciExample:
3062306a36Sopenharmony_ci
3162306a36Sopenharmony_ci	audsys: clock-controller@11220000 {
3262306a36Sopenharmony_ci		compatible = "mediatek,mt7622-audsys", "syscon";
3362306a36Sopenharmony_ci		reg = <0 0x11220000 0 0x2000>;
3462306a36Sopenharmony_ci		#clock-cells = <1>;
3562306a36Sopenharmony_ci
3662306a36Sopenharmony_ci		afe: audio-controller {
3762306a36Sopenharmony_ci			...
3862306a36Sopenharmony_ci		};
3962306a36Sopenharmony_ci	};
40