18c2ecf20Sopenharmony_ciNXP LPC1850 DAC bindings
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci- compatible: Should be "nxp,lpc1850-dac"
58c2ecf20Sopenharmony_ci- reg: Offset and length of the register set for the ADC device
68c2ecf20Sopenharmony_ci- interrupts: The interrupt number for the ADC device
78c2ecf20Sopenharmony_ci- clocks: The root clock of the ADC controller
88c2ecf20Sopenharmony_ci- vref-supply: The regulator supply ADC reference voltage
98c2ecf20Sopenharmony_ci- resets: phandle to reset controller and line specifier
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ciExample:
128c2ecf20Sopenharmony_cidac: dac@400e1000 {
138c2ecf20Sopenharmony_ci	compatible = "nxp,lpc1850-dac";
148c2ecf20Sopenharmony_ci	reg = <0x400e1000 0x1000>;
158c2ecf20Sopenharmony_ci	interrupts = <0>;
168c2ecf20Sopenharmony_ci	clocks = <&ccu1 CLK_APB3_DAC>;
178c2ecf20Sopenharmony_ci	vref-supply = <&reg_vdda>;
188c2ecf20Sopenharmony_ci	resets = <&rgu 42>;
198c2ecf20Sopenharmony_ci};
20