162306a36Sopenharmony_ciLogicoreIP designed compatible with Xilinx ZYNQ family.
262306a36Sopenharmony_ci-------------------------------------------------------
362306a36Sopenharmony_ci
462306a36Sopenharmony_ciGeneral concept
562306a36Sopenharmony_ci---------------
662306a36Sopenharmony_ci
762306a36Sopenharmony_ciLogicoreIP design to provide the isolation between processing system
862306a36Sopenharmony_ciand programmable logic. Also provides the list of register set to configure
962306a36Sopenharmony_cithe frequency.
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_ciRequired properties:
1262306a36Sopenharmony_ci- compatible: shall be one of:
1362306a36Sopenharmony_ci	"xlnx,vcu"
1462306a36Sopenharmony_ci	"xlnx,vcu-logicoreip-1.0"
1562306a36Sopenharmony_ci- reg : The base offset and size of the VCU_PL_SLCR register space.
1662306a36Sopenharmony_ci- clocks: phandle for aclk and pll_ref clocksource
1762306a36Sopenharmony_ci- clock-names: The identification string, "aclk", is always required for
1862306a36Sopenharmony_ci   the axi clock. "pll_ref" is required for pll.
1962306a36Sopenharmony_ciExample:
2062306a36Sopenharmony_ci
2162306a36Sopenharmony_ci	xlnx_vcu: vcu@a0040000 {
2262306a36Sopenharmony_ci		compatible = "xlnx,vcu-logicoreip-1.0";
2362306a36Sopenharmony_ci		reg = <0x0 0xa0040000 0x0 0x1000>;
2462306a36Sopenharmony_ci		clocks = <&si570_1>, <&clkc 71>;
2562306a36Sopenharmony_ci		clock-names = "pll_ref", "aclk";
2662306a36Sopenharmony_ci	};
27