Commit 8cf59387 authored by Alexandre Belloni's avatar Alexandre Belloni

ARM: at91/dt: at91sam9x5dm: add support for the touschscreen

The display module on the at91sam9x5-ek has a resistive touchscreen, add
it.
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
parent a437fc59
......@@ -25,6 +25,12 @@ hlcdc_panel_output: endpoint@0 {
};
};
};
adc0: adc@f804c000 {
atmel,adc-ts-wires = <4>;
atmel,adc-ts-pressure-threshold = <10000>;
status = "okay";
};
};
};
......
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