18c2ecf20Sopenharmony_ciFreescale vf610 Digital to Analog Converter bindings
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciThe devicetree bindings are for the new DAC driver written for
48c2ecf20Sopenharmony_civf610 SoCs from Freescale.
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ciRequired properties:
78c2ecf20Sopenharmony_ci- compatible: Should contain "fsl,vf610-dac"
88c2ecf20Sopenharmony_ci- reg: Offset and length of the register set for the device
98c2ecf20Sopenharmony_ci- interrupts: Should contain the interrupt for the device
108c2ecf20Sopenharmony_ci- clocks: The clock is needed by the DAC controller
118c2ecf20Sopenharmony_ci- clock-names: Must contain "dac" matching entry in the clocks property.
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ciExample:
148c2ecf20Sopenharmony_cidac0: dac@400cc000 {
158c2ecf20Sopenharmony_ci	compatible = "fsl,vf610-dac";
168c2ecf20Sopenharmony_ci	reg = <0x400cc000 0x1000>;
178c2ecf20Sopenharmony_ci	interrupts = <55 IRQ_TYPE_LEVEL_HIGH>;
188c2ecf20Sopenharmony_ci	clock-names = "dac";
198c2ecf20Sopenharmony_ci	clocks = <&clks VF610_CLK_DAC0>;
208c2ecf20Sopenharmony_ci};
21