dts/arm: Add support for the ADC in MEC1501hsz

It has one instance.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Tomasz Bursztyka 2019-09-11 14:47:28 -07:00 committed by Anas Nashif
commit bce525fdcf

View file

@ -281,6 +281,14 @@
status = "disabled";
#pwm-cells = <1>;
};
adc0: adc@40007c00 {
compatible = "microchip,xec-adc";
reg = <0x40007c00 0x90>;
interrupts = <78 0>, <79 0>;
label = "ADC_0";
status = "disabled";
#io-channel-cells = <1>;
};
};
};