source: rtems/spec/build/bsps/aarch64/xilinx-zynqmp/optclkuart.yml @ a92d4ae

Last change on this file since a92d4ae was a92d4ae, checked in by Kinsey Moore <kinsey.moore@…>, on 11/16/20 at 19:36:51

Add AArch64 ZynpMP BSP

This adds a BSP family that runs on the Xilinx Ultrascale+ MPSOC
(ZynqMP) family of chips. It is configured to be usable on the Qemu
ZCU102 machine definition and should be almost trivially portable to
ZynqMP development boards and custom hardware. It is also configured to
be usable with libbsd.

  • Property mode set to 100644
File size: 446 bytes
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2actions:
3- get-integer: null
4- define: null
5build-type: option
6copyrights:
7- Copyright (C) 2020 On-Line Applications Research (OAR)
8default: 100000000
9default-by-variant:
10- value: 100000000
11  variants:
12  - aarch64/xilinx_zynqmp_ilp32.*
13  - aarch64/xilinx_zynqmp_lp64.*
14description: |
15  Zynq UART clock frequency in Hz
16enabled-by: true
17format: '{}'
18links: []
19name: ZYNQ_CLOCK_UART
20type: build
Note: See TracBrowser for help on using the repository browser.