mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-22 12:14:01 +08:00
b85a3ef4ac
The 1st board support is minimal to get a system up and running on the Xilinx platform. This platform reuses the clock implementation from plat-versatile, and it depends entirely on CONFIG_OF support. There is only one board support file which obtains all device information from a device tree dtb file which is passed to the kernel at boot time. Signed-off-by: John Linn <john.linn@xilinx.com>
8 lines
217 B
Plaintext
8 lines
217 B
Plaintext
Xilinx Zynq EP107 Emulation Platform board
|
|
|
|
This board is an emulation platform for the Zynq product which is
|
|
based on an ARM Cortex A9 processor.
|
|
|
|
Required root node properties:
|
|
- compatible = "xlnx,zynq-ep107";
|