Searched +full:zynq +full:- +full:devcfg +full:- +full:1 (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/fpga/xilinx-zynq-fpga-mgr.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Xilinx Zynq FPGA Manager10 - Michal Simek <michal.simek@amd.com>14 const: xlnx,zynq-devcfg-1.017 maxItems: 120 maxItems: 123 maxItems: 1[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Copyright (C) 2011 - 2014 Xilinx7 #address-cells = <1>;8 #size-cells = <1>;9 compatible = "xlnx,zynq-7000";12 #address-cells = <1>;13 #size-cells = <0>;16 compatible = "arm,cortex-a9";20 clock-latency = <1000>;21 cpu0-supply = <®ulator_vccpint>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-only15 #include <linux/clk/zynq.h>24 #include <linux/irqchip/arm-gic.h>32 #include <asm/mach-types.h>36 #include <asm/hardware/cache-l2x0.h>47 * zynq_memory_init - Initialize special memory50 * the 1st 512K of memory.59 .name = "cpuidle-zynq",63 * zynq_get_revision - Get Zynq silicon revision65 * Return: Silicon version or -1 otherwise[all …]