summaryrefslogtreecommitdiffstats
path: root/bsps/aarch64/xilinx-zynqmp/fdt/cfc400x_dtb.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps/zynqmp: Fix and update device treesKinsey Moore2022-12-071-63/+69
| | | | | | | | Add ref-clock-num identifiers to the device tree to ensure that interfaces use the correct clocks even when some are not used due to unconnected MII busses. This also adjusts the default ZynqMP PHY attachment to RGMII-ID which was the default before device trees were introduced.
* zynqmp: Add support for the CFC-400XKinsey Moore2022-11-091-0/+124
This adds a BSP variant for the ZynqMP BSP family to support the Innoflight CFC-400X platform. To properly support the CFC-400X, device trees were added to the ZynqMP platform due to both the optional management interface as well as alternate physical configuration of the ethernet interfaces.