mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 08:46:49 +07:00
0e43238999
The Axentia Nattis is a device designed for presenting departures for public transport systems. The Natte helper board provides power and features a battery of battery chargers. Signed-off-by: Peter Rosin <peda@axentia.se> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
29 lines
862 B
Plaintext
29 lines
862 B
Plaintext
Device tree bindings for Axentia ARM devices
|
|
============================================
|
|
|
|
Linea CPU module
|
|
----------------
|
|
|
|
Required root node properties:
|
|
compatible = "axentia,linea",
|
|
"atmel,sama5d31", "atmel,sama5d3", "atmel,sama5";
|
|
and following the rules from atmel-at91.txt for a sama5d31 SoC.
|
|
|
|
|
|
Nattis v2 board with Natte v2 power board
|
|
-----------------------------------------
|
|
|
|
Required root node properties:
|
|
compatible = "axentia,nattis-2", "axentia,natte-2", "axentia,linea",
|
|
"atmel,sama5d31", "atmel,sama5d3", "atmel,sama5";
|
|
and following the rules from above for the axentia,linea CPU module.
|
|
|
|
|
|
TSE-850 v3 board
|
|
----------------
|
|
|
|
Required root node properties:
|
|
compatible = "axentia,tse850v3", "axentia,linea",
|
|
"atmel,sama5d31", "atmel,sama5d3", "atmel,sama5";
|
|
and following the rules from above for the axentia,linea CPU module.
|