aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/am4372.dtsi
diff options
context:
space:
mode:
authorVignesh R <vigneshr@ti.com>2014-11-21 05:14:22 -0500
committerTony Lindgren <tony@atomide.com>2014-11-21 19:25:06 -0500
commit0f39f7b906dbeabe2ffd8739d5201e890d102ea6 (patch)
tree933caefb987952a623f428d2e2764b5e11ab72de /arch/arm/boot/dts/am4372.dtsi
parent828b949f4bf42d261448660caf012a589d061e13 (diff)
ARM: dts: AM43xx: add tscadc DT entries for am437x-evm and am43x-epos-evm
This patch adds tscadc DT entries for am437x-gp-evm and am43x-epos-evm. Signed-off-by: Vignesh R <vigneshr@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am4372.dtsi')
-rw-r--r--arch/arm/boot/dts/am4372.dtsi20
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi
index 4367f7550183..815eabf7f449 100644
--- a/arch/arm/boot/dts/am4372.dtsi
+++ b/arch/arm/boot/dts/am4372.dtsi
@@ -668,6 +668,26 @@
668 }; 668 };
669 }; 669 };
670 670
671 tscadc: tscadc@44e0d000 {
672 compatible = "ti,am3359-tscadc";
673 reg = <0x44e0d000 0x1000>;
674 ti,hwmods = "adc_tsc";
675 interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
676 clocks = <&adc_tsc_fck>;
677 clock-names = "fck";
678 status = "disabled";
679
680 tsc {
681 compatible = "ti,am3359-tsc";
682 };
683
684 adc {
685 #io-channel-cells = <1>;
686 compatible = "ti,am3359-adc";
687 };
688
689 };
690
671 sham: sham@53100000 { 691 sham: sham@53100000 {
672 compatible = "ti,omap5-sham"; 692 compatible = "ti,omap5-sham";
673 ti,hwmods = "sham"; 693 ti,hwmods = "sham";