xref: /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/dac/lpc1850-dac.txt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunNXP LPC1850 DAC bindings
2*4882a593Smuzhiyun
3*4882a593SmuzhiyunRequired properties:
4*4882a593Smuzhiyun- compatible: Should be "nxp,lpc1850-dac"
5*4882a593Smuzhiyun- reg: Offset and length of the register set for the ADC device
6*4882a593Smuzhiyun- interrupts: The interrupt number for the ADC device
7*4882a593Smuzhiyun- clocks: The root clock of the ADC controller
8*4882a593Smuzhiyun- vref-supply: The regulator supply ADC reference voltage
9*4882a593Smuzhiyun- resets: phandle to reset controller and line specifier
10*4882a593Smuzhiyun
11*4882a593SmuzhiyunExample:
12*4882a593Smuzhiyundac: dac@400e1000 {
13*4882a593Smuzhiyun	compatible = "nxp,lpc1850-dac";
14*4882a593Smuzhiyun	reg = <0x400e1000 0x1000>;
15*4882a593Smuzhiyun	interrupts = <0>;
16*4882a593Smuzhiyun	clocks = <&ccu1 CLK_APB3_DAC>;
17*4882a593Smuzhiyun	vref-supply = <&reg_vdda>;
18*4882a593Smuzhiyun	resets = <&rgu 42>;
19*4882a593Smuzhiyun};
20