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:
parent
82bbf5c319
commit
bce525fdcf
1 changed files with 8 additions and 0 deletions
|
@ -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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue