Searched +full:hps +full:- +full:copy +full:- +full:engine (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)4 ---5 $id: http://devicetree.org/schemas/soc/intel/intel,hps-copy-engine.yaml#6 $schema: http://devicetree.org/meta-schemas/core.yaml#8 title: Intel HPS Copy Engine11 - Matthew Gerlach <matthew.gerlach@linux.intel.com>14 The Intel Hard Processor System (HPS) Copy Engine is an IP block used to copy15 a bootable image from host memory to HPS DDR. Additionally, there is a16 register the HPS can use to indicate the state of booting the copied image as17 well as a keep-a-live indication to the host.[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Copyright (C) 2021-2022, Intel Corporation9 compatible = "intel,socfpga-agilex-n6000", "intel,socfpga-agilex";20 stdout-path = "serial0:115200n8";31 compatible = "simple-bus";34 reg-names = "axi_h2f", "axi_h2f_lw";35 #address-cells = <2>;36 #size-cells = <1>;39 dma-controller@0 {40 compatible = "intel,hps-copy-engine";[all …]