arm64: dts: sprd: Add SC27XX ADC device
Add the Spreadtrum SC27XX PMICs ADC device node which contains 32 channels. Signed-off-by: Baolin Wang <baolin.wang@linaro.org> Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
parent
17a376c0b5
commit
fc8e565f20
@ -65,6 +65,15 @@
|
||||
hwlocks = <&hwlock 12>;
|
||||
};
|
||||
|
||||
pmic_adc: adc@480 {
|
||||
compatible = "sprd,sc27xx-adc", "sprd,sc2731-adc";
|
||||
reg = <0x480>;
|
||||
interrupt-parent = <&sc2731_pmic>;
|
||||
interrupts = <0 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#io-channel-cells = <1>;
|
||||
hwlocks = <&hwlock 4>;
|
||||
};
|
||||
|
||||
vibrator@ec8 {
|
||||
compatible = "sprd,sc27xx-vibrator", "sprd,sc2731-vibrator";
|
||||
reg = <0xec8>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user