Commit 0f39f7b9 authored by Vignesh R's avatar Vignesh R Committed by Tony Lindgren

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: default avatarVignesh R <vigneshr@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 828b949f
...@@ -668,6 +668,26 @@ ehrpwm5: ehrpwm@4830a200 { ...@@ -668,6 +668,26 @@ ehrpwm5: ehrpwm@4830a200 {
}; };
}; };
tscadc: tscadc@44e0d000 {
compatible = "ti,am3359-tscadc";
reg = <0x44e0d000 0x1000>;
ti,hwmods = "adc_tsc";
interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&adc_tsc_fck>;
clock-names = "fck";
status = "disabled";
tsc {
compatible = "ti,am3359-tsc";
};
adc {
#io-channel-cells = <1>;
compatible = "ti,am3359-adc";
};
};
sham: sham@53100000 { sham: sham@53100000 {
compatible = "ti,omap5-sham"; compatible = "ti,omap5-sham";
ti,hwmods = "sham"; ti,hwmods = "sham";
......
...@@ -343,6 +343,14 @@ &epwmss0 { ...@@ -343,6 +343,14 @@ &epwmss0 {
status = "okay"; status = "okay";
}; };
&tscadc {
status = "okay";
adc {
ti,adc-channels = <0 1 2 3 4 5 6 7>;
};
};
&ecap0 { &ecap0 {
status = "okay"; status = "okay";
pinctrl-names = "default"; pinctrl-names = "default";
......
...@@ -519,6 +519,14 @@ &epwmss0 { ...@@ -519,6 +519,14 @@ &epwmss0 {
status = "okay"; status = "okay";
}; };
&tscadc {
status = "okay";
adc {
ti,adc-channels = <0 1 2 3 4 5 6 7>;
};
};
&ecap0 { &ecap0 {
status = "okay"; status = "okay";
pinctrl-names = "default"; pinctrl-names = "default";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment