···11+NXP LPC1850 ADC bindings22+33+Required properties:44+- compatible: Should be "nxp,lpc1850-adc"55+- reg: Offset and length of the register set for the ADC device66+- interrupts: The interrupt number for the ADC device77+- clocks: The root clock of the ADC controller88+- vref-supply: The regulator supply ADC reference voltage99+- resets: phandle to reset controller and line specifier1010+1111+Example:1212+1313+adc0: adc@400e3000 {1414+ compatible = "nxp,lpc1850-adc";1515+ reg = <0x400e3000 0x1000>;1616+ interrupts = <17>;1717+ clocks = <&ccu1 CLK_APB3_ADC0>;1818+ vref-supply = <®_vdda>;1919+ resets = <&rgu 40>;2020+ status = "disabled";2121+};