mirror of
https://github.com/torvalds/linux.git
synced 2024-12-19 09:32:32 +00:00
f3b07b8611
Document "altr,socfpga-cyclone5", "altr,socfpga-arria5", and "altr,socfpga-arria10". Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com> Signed-off-by: Rob Herring <robh@kernel.org>
15 lines
426 B
Plaintext
15 lines
426 B
Plaintext
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";
|