1
0
Fork 0

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: Alexandre Belloni <alexandre.belloni@free-electrons.com>
hifive-unleashed-5.1
Alexandre Belloni 2015-07-31 23:17:10 +02:00
parent a437fc59e8
commit 8cf5938713
1 changed files with 6 additions and 0 deletions

View File

@ -25,6 +25,12 @@
};
};
};
adc0: adc@f804c000 {
atmel,adc-ts-wires = <4>;
atmel,adc-ts-pressure-threshold = <10000>;
status = "okay";
};
};
};