18c2ecf20Sopenharmony_ciMaxim max5821 DAC device driver
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci	- compatible: Must be "maxim,max5821"
58c2ecf20Sopenharmony_ci	- reg: Should contain the DAC I2C address
68c2ecf20Sopenharmony_ci	- vref-supply: Phandle to the vref power supply
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ciExample:
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci	max5821@38 {
118c2ecf20Sopenharmony_ci		compatible = "maxim,max5821";
128c2ecf20Sopenharmony_ci		reg = <0x38>;
138c2ecf20Sopenharmony_ci		vref-supply = <&reg_max5821>;
148c2ecf20Sopenharmony_ci	};
15