| Spreadtrum SC27XX series PMICs ADC binding |
| - compatible: Should be one of the following. |
| - reg: The address offset of ADC controller. |
| - interrupt-parent: The interrupt controller. |
| - interrupts: The interrupt number for the ADC device. |
| - #io-channel-cells: Number of cells in an IIO specifier. |
| - hwlocks: Reference to a phandle of a hwlock provider node. |
| - nvmem-cells: A phandle to the calibration cells provided by eFuse device. |
| - nvmem-cell-names: Should be "big_scale_calib", "small_scale_calib". |
| compatible = "sprd,sc2731"; |
| spi-max-frequency = <26000000>; |
| interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>; |
| compatible = "sprd,sc2731-adc"; |
| interrupt-parent = <&sc2731_pmic>; |
| interrupts = <0 IRQ_TYPE_LEVEL_HIGH>; |
| nvmem-cells = <&adc_big_scale>, <&adc_small_scale>; |
| nvmem-cell-names = "big_scale_calib", "small_scale_calib"; |