1 NXP LPC1850 ADC bindings
4 - compatible: Should be "nxp,lpc1850-adc"
5 - reg: Offset and length of the register set for the ADC device
6 - interrupts: The interrupt number for the ADC device
7 - clocks: The root clock of the ADC controller
8 - vref-supply: The regulator supply ADC reference voltage
9 - resets: phandle to reset controller and line specifier
14 compatible = "nxp,lpc1850-adc";
15 reg = <0x400e3000 0x1000>;
17 clocks = <&ccu1 CLK_APB3_ADC0>;
18 vref-supply = <®_vdda>;