1Device tree bindings for Axentia ARM devices
2============================================
3
4Linea CPU module
5----------------
6
7Required root node properties:
8compatible = "axentia,linea",
9	     "atmel,sama5d31", "atmel,sama5d3", "atmel,sama5";
10and following the rules from atmel-at91.txt for a sama5d31 SoC.
11
12
13Nattis v2 board with Natte v2 power board
14-----------------------------------------
15
16Required root node properties:
17compatible = "axentia,nattis-2", "axentia,natte-2", "axentia,linea",
18	     "atmel,sama5d31", "atmel,sama5d3", "atmel,sama5";
19and following the rules from above for the axentia,linea CPU module.
20
21
22TSE-850 v3 board
23----------------
24
25Required root node properties:
26compatible = "axentia,tse850v3", "axentia,linea",
27	     "atmel,sama5d31", "atmel,sama5d3", "atmel,sama5";
28and following the rules from above for the axentia,linea CPU module.
29