mirror of
https://github.com/torvalds/linux.git
synced 2024-12-28 22:02:28 +00:00
21dd0ece34
The Axentia TSE-850 is a SAMA5D3-based device designed to generate FM subcarrier signals. Signed-off-by: Peter Rosin <peda@axentia.se> Acked-by: Rob Herring <robh@kernel.org> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
20 lines
550 B
Plaintext
20 lines
550 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.
|
|
|
|
|
|
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.
|