diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2015-11-04 15:54:50 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2015-12-22 15:42:22 +0300 |
commit | aab8ec0c73cc0195a0b205003f2b9ed24177a6ac (patch) | |
tree | afc9bdf6c4ac9fde2e06910ce7efb621433ebe05 /arch/arm/boot/dts/imx6ul.dtsi | |
parent | eb45ff74691bfec71af12b77215a9a33d521172a (diff) | |
download | linux-aab8ec0c73cc0195a0b205003f2b9ed24177a6ac.tar.xz |
ARM: dts: imx6ul: Add ADC support
Add support for ADC1.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6ul.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6ul.dtsi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi index 0e9716b79db8..99b646506fc9 100644 --- a/arch/arm/boot/dts/imx6ul.dtsi +++ b/arch/arm/boot/dts/imx6ul.dtsi @@ -625,6 +625,18 @@ status = "disabled"; }; + adc1: adc@02198000 { + compatible = "fsl,imx6ul-adc", "fsl,vf610-adc"; + reg = <0x02198000 0x4000>; + interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>; + clocks = <&clks IMX6UL_CLK_ADC1>; + num-channels = <2>; + clock-names = "adc"; + fsl,adck-max-frequency = <30000000>, <40000000>, + <20000000>; + status = "disabled"; + }; + i2c1: i2c@021a0000 { #address-cells = <1>; #size-cells = <0>; |