Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 7089db84e356562f8ba737c29e472cc42d530dbc authored by Linus Torvalds on 12 February 2017, 21:03:20 UTC
Linux 4.10-rc8
Tip revision: 7089db8
altera.txt
Altera's SoCFPGA platform device tree bindings
---------------------------------------------

Boards with Cyclone 5 SoC:
Required root node properties:
compatible = "altr,socfpga-cyclone5", "altr,socfpga";

Boards with Arria 5 SoC:
Required root node properties:
compatible = "altr,socfpga-arria5", "altr,socfpga";

Boards with Arria 10 SoC:
Required root node properties:
compatible = "altr,socfpga-arria10", "altr,socfpga";
back to top