Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / Documentation / devicetree / bindings / arm / nspire.txt
1 TI-NSPIRE calculators
2
3 Required properties:
4 - compatible: Compatible property value should contain "ti,nspire".
5         CX models should have "ti,nspire-cx"
6         Touchpad models should have "ti,nspire-tp"
7         Clickpad models should have "ti,nspire-clp"
8
9 Example:
10
11 / {
12         model = "TI-NSPIRE CX";
13         compatible = "ti,nspire-cx";
14         ...